Im trying to start a specific track using spotify API, but no matter what i do, i can't seem to get it to work. I don't understand the documentation and where to place the track index.
here is the API documentation: https://developer.spotify.com/docs/apps/api/1.0/api-models-player.html
require(['$api/models'], function(models) {
models.player.playContext(models.Playlist.fromURI('spotify:user:cevil:playlist:5f4EBgrnSf86Hr86kL4S90:index:5'));
});