Podcast episode
Get single podcast episode
A single podcast episode can be obtained using the id
value
Query
query Episode($id: String!) {
podcastEpisode(cwid: $id) {
id
datePublished
title
podcastTitle
podcastId
season
episode
airDate
media {
url
source
}
interviews {
fullName
}
body
hasTranscript
transcript
}
}
Query Variables
{
"id": "fab60dd408c34c908569fac015561c67"
}