Information about plays

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

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

{
    "id": 374567,
    "uri": "https://api.kexp.org/v2/plays/374567/?format=api",
    "airdate": "2019-08-30T17:35:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Me Loose",
    "track_id": "c5ec210a-421a-3954-9779-45f18b4a8e24",
    "recording_id": null,
    "artist": "Loverboy",
    "artist_ids": [
        "c11ba128-03b1-404d-ae88-452524b7ecc3"
    ],
    "album": "Loverboy",
    "release_id": "d3907006-4752-4d91-a01e-2c3d7763e03c",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From mixtape \"Hot Cheeto Fantasy\" shared by winner of the inaugural KEXP Mixtape Week, Jana Sturdivant: \"I made this mixtape for a friend who was also born in 1981. She’s a professional drummer in a rock band (I.e. she knows her stuff) so I picked songs that were only released or charted that year (with one being a questionable selection on the validity of released in 1981).   Side 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"
}