Websocket help for Spotify playlist

Hi,

Does anyone know what is the right syntax for starting a Spotify playlist via websocket? Im working on Python.

I’ve tried below alternatives but none of them work:
socketIO.emit(‘playPlaylist’, {“spop”:‘7KQZBjITKdcPvRjX5OXf6U’})
socketIO.emit(‘playPlaylist’, {“spop”:‘spotify:7KQZBjITKdcPvRjX5OXf6U’})
socketIO.emit(‘playPlaylist’, {“name”:‘spotify:7KQZBjITKdcPvRjX5OXf6U’})
socketIO.emit(‘playPlaylist’, {“spop”:“7KQZBjITKdcPvRjX5OXf6U”})

As I replied to your question in a previous post elsewhere websocket-home-automation-t4622-10.html