Information about plays

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

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

{
    "id": 355649,
    "uri": "https://api.kexp.org/v2/plays/355649/?format=api",
    "airdate": "2019-07-17T16:03:59-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/d1c47d36-090f-4f02-943a-bb2e907926e5/12232682775-250.jpg",
    "thumbnail_uri": "",
    "song": "Repatriated",
    "track_id": "771a8e0c-346f-3743-8396-424af12e172d",
    "recording_id": null,
    "artist": "Handsome Furs",
    "artist_ids": [
        "912f8045-c9ec-4020-b89e-44f748b5012b"
    ],
    "album": "Sound Kapital",
    "release_id": "d1c47d36-090f-4f02-943a-bb2e907926e5",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-06-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sub Pop band Handsome Furs was a Montreal-based indie rock duo which consisted of Dan Boeckner, of Wolf Parade and Atlas Strategic, and his now ex-wife, Alexei Perry. They performed live on KEXP from the Caffe Vita Bean Room during the 2011 Capitol Hill Block Party. Watch it here: https://www.youtube.com/watch?v=Z1y_Bspc7d0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}