Information about plays

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

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

{
    "id": 382441,
    "uri": "https://api.kexp.org/v2/plays/382441/?format=api",
    "airdate": "2019-09-18T10:18:22-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/4565a9a8-851e-32ed-8374-39bad670a846/4922100845-250.jpg",
    "thumbnail_uri": "",
    "song": "Moving in Stereo",
    "track_id": "76243af8-d0eb-3c79-ac29-252e1f2da314",
    "recording_id": null,
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "The Cars",
    "release_id": "4565a9a8-851e-32ed-8374-39bad670a846",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ric Ocasek, frontman of The Cars, passed away on Monday. Ocasek told Rolling Stone, referring to the history of The Cars, \"It's kind of weird because it's like a lifetime. I had three families during that time. They are like lives that go by and millions of people and things and artists and writers and business people and fans. ... It's a lot of stuff. It's been a pretty eventful life, I can say.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}