query GetVideo(
$country: CountryCode!
$id: String
$slug: String
$stationId: UUID!
) {
video: normalizedVideo(
country: $country
id: $id
slug: $slug
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
showType
slug
title
}
slug
title
titleShort
upNextDuration
upNextStart
videoType
}
}