Information about plays

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

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

{
    "id": 374571,
    "uri": "https://api.kexp.org/v2/plays/374571/?format=api",
    "airdate": "2019-08-30T17:48:42-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/a42ad822-7bdc-4272-93fa-2e04e9f09ce9/15465492561-250.jpg",
    "thumbnail_uri": "",
    "song": "The Magnificent Seven",
    "track_id": "5c5084c0-acfc-3755-a446-91edb8a13d30",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Sandinista!",
    "release_id": "a42ad822-7bdc-4272-93fa-2e04e9f09ce9",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winner of the inaugural KEXP Mixtape Week challenge, Jana Sturdivant shares her selections from a compilation she calls \"Hot Cheeto Fantasy\": \"Side A is called 'Arts”' for songs/bands/albums that were more avant garde and side B is 'Charts' for songs/bands/albums that charted. I tried to pick a musical aesthetic she would enjoy but that I could tolerate listening to over and over as I mixed it. Anyway, it was ultimately a birthday gift so I kept in mind bands we had discussed, birthday songs, etc.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}