I want to see the duration of my videos but that value is not returned in my request to the contentDetails YouTube API endpoint.
Request:
https://www.googleapis.com/youtube/v3/playlistItems?part=snippet,contentDetails&playlistId=PLzL9qQsHp57p-ncZezwjNIEe8fHS6Orkg&maxResults=1&key=[API_KEY]
Response:
"contentDetails": 
{
"videoId": "wZpteNGOoXs" -> where is the duration?
}
 
    