Information about plays

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

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

{
    "id": 382459,
    "uri": "https://api.kexp.org/v2/plays/382459/?format=api",
    "airdate": "2019-09-18T11:31:09-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/b41ca561-00b2-4517-bc70-a3ba9fc4cd41/5231654190-250.jpg",
    "thumbnail_uri": "",
    "song": "Here Comes the Night Time",
    "track_id": "5a3d2265-0306-478b-913b-a1be877257a2",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Reflektor",
    "release_id": "b41ca561-00b2-4517-bc70-a3ba9fc4cd41",
    "release_group_id": null,
    "labels": [
        "Barclay"
    ],
    "label_ids": [
        "d059553b-0f1f-4e81-ada6-c7eb804b9465"
    ],
    "release_date": "2013-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Night Shift\", submitted by a listener named Andrew during KEXP's Mixtape Week.<br><br> Andrew writes, \"Many great things came out of this time of my life including learning to play guitar, firmly establishing my nursing career, discovering KEXP, and making new friends that included co-workers, my wonderful housemate, and some of her friends. Best of all, I met a lovely woman who is now my wife! Somehow, I managed to woo her despite having slept less than two hours during the preceding 24-hour period prior to our first date at a symphony in a local park.\"\n<br><br>Check out more listener submitted mixtapes here: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}