query GetShow(
$country: CountryCode!
$id: String
$slug: String
$stationId: UUID!
) {
show: normalizedShow(
country: $country
id: $id
slug: $slug
stationId: $stationId
) {
contentRating
descriptionShort
descriptionLong
featuredPublicVideo {
duration
embedCodeVideoId
episodeNumber
id
images {
profile
transformTemplate
}
isAvailable
isPublicAvailable
season
slug
title
titleShort
}
featuredVideo {
duration
embedCodeVideoId
episodeNumber
id
images {
profile
transformTemplate
}
isAvailable
isPublicAvailable
season
slug
title
titleShort
}
funderMessage
genre {
name
slug
}
genreVibes {
name
type
}
id
images {
profile
transformTemplate
}
language
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
showType
slug
title
trailer {
duration
embedCodeVideoId
id
images {
profile
transformTemplate
}
isAvailable
isPublicAvailable
season
slug
title
titleShort
}
videoTotals {
CLIP
EPISODE
PREVIEW
SPECIAL
}
}
}