Documentation

WebSocket API - Song

The song currently playing in GPMDP

Data recieved in the song channel will have a payload in the format
Channel Payload

"payload": {
  "title": String, // Song Title
  "artist": String, // Song Artist
  "album": String, // Song Album
  "albumArt": String // URL pointing to the album art
}

This data is sent every time the currently playing song changes. It is important to note that this channel will still be sent even if the song changes while the player is paused.