I'm using the YouTube Data API and trying to determine whether a video is explicitly classified as a Podcast. I know that creators can manually mark a playlist as a Podcast in YouTube Studio, but I haven't found any official API field that indicates whether an individual video belongs to the Podcast category.
On YouTube, a "Podcasts" topic appears below the video, suggesting that it has been categorized as such. However, I can't find any API field that reliably returns this classification.
Does the YouTube Data API provide a way to fetch this information directly? Or is this classification handled internally without an accessible API field?
Any insights would be appreciated!