Stan001 ok I found the some hints;
You take the id on the Apple TV url then you need a auth token from Apple developer or wherever.
POST /WebObjects/MZPlay.woa/hls/playback HTTP/1.1Host: play.itunes.apple.comContent-Type: application/jsonOrigin: https://tv.apple.comReferer: https://tv.apple.com/User-Agent: Mozilla/5.0Accept: application/jsonAccept-Language: en-US,en;q=0.9x-apple-store-front: 143441-1,32media-user-token: YOUR_MEDIA_USER_TOKENCookie: YOUR_APPLE_COOKIES
{“salableAdamId”: 1744217240,“isPurchased”: true,“deviceType”: “web”,“desiredResources”: [“hlsUrl”,“playlist”,“itunesExtras”,“extras”,“assets”,“chapters”,“sku”,“featuredContent”,“supplementalContent”],“preferredAudioLanguage”: “en”,“preferredSubtitleLanguage”: “en”,“supportsHDR”: true,“supportsDolbyVision”: true,“supportsAtmos”: true,“streamingProtocol”: “hls”}
This is just a example I don’t have a way to test this but this is the idea.
Also a https client is needed like postman was a example on Mac.
And this will have to happen on dev side there is no facing url on the Apple TV website.
And this link doesn’t do anything it just does that by default.