MusicKit: artist artwork? (not albums)

Is there a way to get an artist's artwork as it appears on Apple Music? I tried several endpoints without success.


I'm referring to the artist's picture, not to his artwork.

Replies

Looks like getting the artist's artwork is not possible with the current API.

According to the online documentation,

<img class="art" data-apple-music-now-playing="artworkURL" width="500px" height="500px" />

gets you the album art, and

<img class="art" data-apple-music-now-playing="playlistArtworkURL" width="500px" height="500px" />

gets you the art of the current playlist/album in MusicKit JS.