query GetUpNextVideo(
$country: CountryCode!
$currentVideoId: String!
$stationId: UUID!
) {
video: nextVideoForPlayback(
country: $country
currentVideoId: $currentVideoId
stationId: $stationId
) {
contentAdvisory
contentRating
descriptionLong
descriptionShort
duration
embedCodeVideoId
episodeNumber
googleAdManagerVastAdTagUrl
id
isAvailable
images {
profile
transformTemplate
}
isPublicAvailable
premiereDate
season
show: normalizedShow(stationId: $stationId, country: $country) {
genre {
name
}
genreVibes {
name
type
}
id
images {
profile
transformTemplate
}
showType
slug
title
}
slug
title
titleShort
upNextDuration
upNextStart
videoType
}
}