Information about plays

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

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

{
    "id": 371972,
    "uri": "https://api.kexp.org/v2/plays/371972/?format=api",
    "airdate": "2019-08-25T01:27:00-07:00",
    "show": 6196,
    "show_uri": "https://api.kexp.org/v2/shows/6196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Iconoclasm",
    "track_id": "3690869a-ef11-4076-bf61-880589380f8e",
    "recording_id": null,
    "artist": "Irkallian Oracle",
    "artist_ids": [
        "4afc1046-6069-41a5-8bfc-c4f1269afbef"
    ],
    "album": "Grave Ekstasis",
    "release_id": "73200256-91f7-4a4b-9b64-820a3b1c84f7",
    "release_group_id": null,
    "labels": [
        "Nuclear War Now! Productions"
    ],
    "label_ids": [],
    "release_date": "2014-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In Babylonian mythology, Irkalla is the underworld from which there is no return. https://irkallianoracle.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}