song
channel will have a payload in the format
"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.