Information about plays

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

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

{
    "id": 370911,
    "uri": "https://api.kexp.org/v2/plays/370911/?format=api",
    "airdate": "2019-08-22T15:16:00-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pedestal- Commentary",
    "track_id": null,
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Interview with DJ Morgan KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As part of KEXP’s celebration of the 25th anniversary of seminal Portishead album Dummy, DJ Morgan spoke with Geoff Barrow and Adrien Utley about the record, and their memories of recording each of the songs. “Pedestal” is track number nine on the record, and it has such an iconic bassline. <br/><br/> https://www.kexp.org/read/2019/8/22/portisheads-geoff-barrow-and-adrian-utley-breakdown-dummy-25-years-later/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}