Information about plays

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

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

{
    "id": 374561,
    "uri": "https://api.kexp.org/v2/plays/374561/?format=api",
    "airdate": "2019-08-30T17:03:25-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pull Up to the Bumper",
    "track_id": "e7d125b9-639d-44ab-b21d-3f56f662f3e2",
    "recording_id": null,
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Nightclubbing",
    "release_id": "1ddb7200-af95-4b9e-8fdf-3ffa76dd7738",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2014-04-28",
    "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"
}