With the new endpoint /player of the Spotify Web API we can now control the playback of a Spotify Client. With the endpoint https://api.spotify.com/v1/me/player/play we can add a song to be played.
I was wondering if there is a way to utilize the new endpoints to add a song to the players' queue. I'm planning to write an app to let multiple guests request songs that can be played through Spotify on a party.
Does anyone have an idea?