Information about plays

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

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

{
    "id": 349108,
    "uri": "https://api.kexp.org/v2/plays/349108/?format=api",
    "airdate": "2019-07-02T16:00:19-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Check Engine Light",
    "track_id": "5d3d909b-44e1-4b4c-af04-f140cc71c013",
    "recording_id": null,
    "artist": "Goon",
    "artist_ids": [
        "b3617ef6-d29c-47b0-9bd0-e11decc1c248"
    ],
    "album": "Heaven Is Humming",
    "release_id": "c43863ac-a4ff-446c-8465-f116ba6e266e",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heaven is Humming has been a long time coming. Three years coming, to be exact: singer/guitarist/songwriter Kenny Becker, singer/guitarist Drew Eccleston, bassist Caleb Wicker, and drummer Christian Koons started work on the album in the summer of 2016, right around the time Goon’s debut EP Dusk of Punk came ripping in from the Los Angeles sky, spilling from the brim with monster riffs and deep hooks. https://bit.ly/2J6kDbt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}