Information about plays

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

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

{
    "id": 353232,
    "uri": "https://api.kexp.org/v2/plays/353232/?format=api",
    "airdate": "2019-07-11T22:19:33-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Linked",
    "track_id": "6d0440b0-037b-4bad-995b-a980b0a3079a",
    "recording_id": null,
    "artist": "Bonobo",
    "artist_ids": [
        "9a709693-b4f8-4da9-8cc1-038c911a61be"
    ],
    "album": "Linked",
    "release_id": "2c8ceefe-8df6-43f7-b025-235b0e10df76",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British musician, producer and DJ that debuted with a trip hop aesthetic, and has since explored more upbeat approaches as well as jazz and world music influences performing LIVE at KEXP studios.  Recorded September 19, 2017 https://www.youtube.com/watch?v=xvhQitzj0zQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}