Howto: find and play any Spotify playlist with mpc

I am reading various posts, which are suggesting to use mpc load [spotify:uri]. This misled me to some errors, thus I just want to share the right syntax:

mpc add spotify:user:spotifycharts:playlist:37i9dQZEVXbMDoHDwVN2tF
mpc play```

mpc clear: clear the current playlist or songs
mpc add: load tracks, albums or playlists from spotify
mpc play: Plays the playlist.

This syntax will play any spotify playlist as far as I tried.

----
Note: ```mpc load``` works, but only with your own private Spotify playlists, for example:

```mpc clear
mpc load 'Your private Spotify playlist name'
mpc play```