Information about plays

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

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

{
    "id": 371204,
    "uri": "https://api.kexp.org/v2/plays/371204/?format=api",
    "airdate": "2019-08-23T07:53:53-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "http://coverartarchive.org/release/d091ccb2-2e78-4c15-9bed-2aaf1f05ebce/23787097992-250.jpg",
    "thumbnail_uri": "",
    "song": "One Bad Actor",
    "track_id": "35d8ce0b-25d1-44b6-b3ba-9e5df306ca09",
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Morning in America",
    "release_id": "d091ccb2-2e78-4c15-9bed-2aaf1f05ebce",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The \"Morning In America EP\" contains seven tracks recorded during the sessions for 2018’s \"Digital Garbage.\" Its  closing track, “One Bad Actor,”  has never been available digitally but did appear on a sold-out limited edition split with Hot Snakes. Against Mudhoney’s signature raunchy power chords, Mark Arm snarls, “My middle finger is on the button/ Itching to deliver the final concussion/ Think of me when you become nothing.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}