Information about plays

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

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

{
    "id": 378372,
    "uri": "https://api.kexp.org/v2/plays/378372/?format=api",
    "airdate": "2019-09-08T13:46:16-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "http://coverartarchive.org/release/43ccad4a-c3e3-4a7a-a57d-1f09a08666b6/23752510434-250.jpg",
    "thumbnail_uri": "",
    "song": "Dexter & Sinister",
    "track_id": "1264e4df-9650-4d41-b155-3cf751516703",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Dexter & Sinister",
    "release_id": "43ccad4a-c3e3-4a7a-a57d-1f09a08666b6",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-08-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Single from their new album <i>Giants of All Sizes</i>, which releases on October 11. Dexter and Sinister is Latin for Right and Left and is probably a thinly veiled allusion to Brexit. https://elbow.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}