Admin APIAPI ReferencePlaylistsObjectsPlaylistEntryOn this pagePlaylistEntry Object Description A single item entry within a playlist with optional comments. Declaration type PlaylistEntry { item: Item! comments: String} Fields NameTypeDescriptionitemItem!The item in the playlist.commentsStringOptional comments or notes about this item in the playlist.