Information about plays

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

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

{
    "id": 373426,
    "uri": "https://api.kexp.org/v2/plays/373426/?format=api",
    "airdate": "2019-08-28T07:57:49-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b54c0bf-ad51-4a9b-afcf-2beff375f1ce/17613347983-250.jpg",
    "thumbnail_uri": "",
    "song": "Pain",
    "track_id": "dcc9199c-d269-464e-8339-c0981ccc5909",
    "recording_id": null,
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "A Deeper Understanding",
    "release_id": "5b54c0bf-ad51-4a9b-afcf-2beff375f1ce",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks again to Preston for sharing his mixtape! <br> </br> Check out The War On Drugs Live on KEXP performance from 2017: https://youtu.be/IcxWyfGR-2A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}