Information about plays

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

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

{
    "id": 356529,
    "uri": "https://api.kexp.org/v2/plays/356529/?format=api",
    "airdate": "2019-07-19T16:26:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revival",
    "track_id": "476e9868-c686-3351-9d7c-f1f7970b436e",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Halcyon Digest",
    "release_id": "6651795a-e914-474b-a67e-9630b12b57f4",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Writing on his Facebook profile page, Cox stated \"The album's title is a reference to a collection of fond memories and even invented ones, like my friendship with Ricky Wilson or the fact that I live in an abandoned victorian autoharp factory. The way that we write and rewrite and edit our memories to be a digest version of what we want to remember, and how that's kind of sad.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}