So, I am working with the YouTube Data API v3, specifically working on getting data from YouTube Music songs. On YouTube music and the actual youtube player, it tells you whether or not a video has explicit lyrics.
bottom of video player with parental advisory
I know this data is somewhere but I cannot find anywhere in the API support how to get this information.
I have tried using video.list() and can't find anything that will tell me whether or not the lyrics are explicit. Is this possible?