Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/350221/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 350221,
    "uri": "https://api.kexp.org/v2/plays/350221/?format=api",
    "airdate": "2019-07-04T22:59:20-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/2172b366-f9a7-4638-804d-db3f77530afa/14935745329-250.jpg",
    "thumbnail_uri": "",
    "song": "Herencia Africana (Branko Remix)",
    "track_id": "a2a31207-50d7-4ba6-b1fc-60c2d002fc82",
    "recording_id": null,
    "artist": "Celia Cruz & La Sonora Matancera",
    "artist_ids": [
        "7b8e1188-9ca4-4aa5-8393-172de6fa04de"
    ],
    "album": "Calentura: Global Bassment",
    "release_id": "2172b366-f9a7-4638-804d-db3f77530afa",
    "release_group_id": null,
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "2016-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "CALENTURA: GLOBAL BASSMENT With remixes of classic tracks by Celia Cruz, Hector Lavoe, Willie Colon, Lebron Brothers, Mon Rivera, Justo Betancourt, Joey Pastrana and Johnny Pacheco. \nhttps://open.spotify.com/album/6slKSPfGlzrhQkP1ShncUu?autoplay=true&v=L",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}