Information about plays

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

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

{
    "id": 374389,
    "uri": "https://api.kexp.org/v2/plays/374389/?format=api",
    "airdate": "2019-08-30T07:51:24-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/72ecfa13-5873-4a31-ac58-dbe6d52c9d42/4256149739-250.jpg",
    "thumbnail_uri": "",
    "song": "To Live Is to Fly",
    "track_id": "16cef4f8-4560-365d-b9b9-396b3601459f",
    "recording_id": null,
    "artist": "Townes Van Zandt",
    "artist_ids": [
        "d67d1a21-6e45-4dd6-aef0-0191ba3796e0"
    ],
    "album": "Sunshine Boy: The Unheard Studio Sessions & Demos 1971 - 1972",
    "release_id": "72ecfa13-5873-4a31-ac58-dbe6d52c9d42",
    "release_group_id": null,
    "labels": [
        "Omnivore Recordings"
    ],
    "label_ids": [
        "48a7bfbb-2352-4cea-9030-0a8665a51fcc"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lyrics like “Everything is not enough/ and nothing’s too much to bear' come across here less as bitter and yearning, and rather like a sympathetic acknowledgment of our collective human predicament. In the end, Towne’s advises 'It don’t pay to think too much o' things you leave behind.'\"  Read a discussion of the 10 best Townes Van Zandt songs:  https://www.stereogum.com/1408602/the-10-best-townes-van-zandt-songs/franchises/list/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}