Information about plays

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

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

{
    "id": 354370,
    "uri": "https://api.kexp.org/v2/plays/354370/?format=api",
    "airdate": "2019-07-14T17:14:07-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "http://coverartarchive.org/release/c23136a0-ac18-4930-a687-bb8cd9c52496/11290462320-250.jpg",
    "thumbnail_uri": "",
    "song": "Pistol Made of Bones",
    "track_id": "0d41b60b-d070-4a53-a6b0-b0f92983d689",
    "recording_id": null,
    "artist": "The Arcs",
    "artist_ids": [
        "a4b4762e-2f1a-4bb8-8f2b-72388da8ab72"
    ],
    "album": "Yours, Dreamily,",
    "release_id": "c23136a0-ac18-4930-a687-bb8cd9c52496",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2015-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another one of those  Dan Auerbach projects // https://www.thearcs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}