Documentation

WebSocket API - Rating

The rating of the currently playing song

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

"payload": {
  "liked": Boolean, 
  "disliked": Boolean 
}

NOTE: It is impossible for both liked and disliked to be true at the same time