Information about plays

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

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

{
    "id": 371965,
    "uri": "https://api.kexp.org/v2/plays/371965/?format=api",
    "airdate": "2019-08-25T00:57:00-07:00",
    "show": 6196,
    "show_uri": "https://api.kexp.org/v2/shows/6196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Horde of Leviathan",
    "track_id": "eb180b61-5a7e-480b-9ee5-e9a7e07cd77c",
    "recording_id": null,
    "artist": "Drawn and Quartered",
    "artist_ids": [
        "d866ef3c-dc96-46dc-9464-40d4ad9a4f92"
    ],
    "album": "Feeding Hell's Furnace",
    "release_id": "2d189bb7-e42b-4490-b717-bfe49aa09f51",
    "release_group_id": null,
    "labels": [
        "Nuclear Winter Records"
    ],
    "label_ids": [],
    "release_date": "2012-06-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Members of Draghkar and Winds of Pestilence; https://drawnandquartered1.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}