getPlaylistCovers

suspend fun getPlaylistCovers(playlist: String): List<SpotifyImage>(source)

Get the current image(s) associated with a specific playlist.

This access token must be issued on behalf of the user. Current playlist image for both Public and Private playlists of any user are retrievable on provision of a valid access token.

Api Reference

Parameters

playlist

The id or uri for the playlist.

Throws

if the playlist cannot be found