Information about plays

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

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

{
    "id": 353045,
    "uri": "https://api.kexp.org/v2/plays/353045/?format=api",
    "airdate": "2019-07-11T14:06:17-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b54c0bf-ad51-4a9b-afcf-2beff375f1ce/17613347983-250.jpg",
    "thumbnail_uri": "",
    "song": "Holding On",
    "track_id": "cccecf2b-b031-435c-8658-ca77b115c002",
    "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": "Check out this awesome session The War on Drugs delivered right here at KEXP back in 2017: <br/><br/>https://www.youtube.com/watch?v=IcxWyfGR-2A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}