Information about plays

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

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

{
    "id": 380451,
    "uri": "https://api.kexp.org/v2/plays/380451/?format=api",
    "airdate": "2019-09-13T16:02:00-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Let the Sun Go Down on Your Grievances",
    "track_id": "7b9a915a-45bc-3ae8-8501-0f6f671d8984",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Yip/Jump Music",
    "release_id": "7dd40829-c8f6-478d-8aab-53bd2451f5cd",
    "release_group_id": null,
    "labels": [
        "Eternal Yip Eye Music"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering the remarkable and inimitable Daniel Johnston, who passed away two days ago at the age of 58.  His manager, Jeff Tartakov, shared with Spin Magazine, “We’ve been struggling for several years with Daniel’s health, and his frequent and lengthy stays in hospitals dampened his creative efforts, but throughout he continued to draw and write songs,” the artist’s brother, Dick Johnston told Spin in and email. “We had hoped to get back to a point where he was stable and could enjoy things like touring. He had just returned from a recent hospital stay and seemed (and looked) better than I’d seen him in a good while. So this was something of a surprise.”  www.kexp.org/read/2019/9/11/rip-daniel-johnston/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}