Information about plays

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

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

{
    "id": 354566,
    "uri": "https://api.kexp.org/v2/plays/354566/?format=api",
    "airdate": "2019-07-15T06:05:03-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/4ea2da09-19d6-4342-94c1-1ac3969ad2e2/23351400472-250.jpg",
    "thumbnail_uri": "",
    "song": "Dawn Chorus",
    "track_id": "b1471e9e-5d8e-4c34-a70d-4f67893bbf8d",
    "recording_id": null,
    "artist": "Thom Yorke",
    "artist_ids": [
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "ANIMA",
    "release_id": "4ea2da09-19d6-4342-94c1-1ac3969ad2e2",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2019-06-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and happy Monday.  \"Mr. DJ, please play some songs for me....\"  \"Dawn Chorus\"  from Thom Yorke's new album \"ANIMA\" “ dates back to 2008 and was previously performed during a Radiohead soundcheck.  Watch the stunning video for \"AMIMA\":  https://www.npr.org/sections/allsongs/2019/06/27/736265409/thom-yorke-s-got-a-new-album-and-a-15-minute-film-by-paul-thomas-anderson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}