Information about plays

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

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

{
    "id": 377826,
    "uri": "https://api.kexp.org/v2/plays/377826/?format=api",
    "airdate": "2019-09-07T04:51:34-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "http://coverartarchive.org/release/f692f7f4-62dc-43d2-aeb1-5e8603674116/20933392641-250.jpg",
    "thumbnail_uri": "",
    "song": "Light Up Ahead (Time Mirage)",
    "track_id": "84908ba7-408e-4338-9d30-9ab65ef08e94",
    "recording_id": null,
    "artist": "Knife Knights featuring Porter Ray, Darrius Willrich, OCnotes & Shabazz Palaces",
    "artist_ids": [
        "b74be008-08cc-4ac7-be82-7e1105d110d6"
    ],
    "album": "1 Time Mirage",
    "release_id": "f692f7f4-62dc-43d2-aeb1-5e8603674116",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}