Information about plays

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

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

{
    "id": 353462,
    "uri": "https://api.kexp.org/v2/plays/353462/?format=api",
    "airdate": "2019-07-12T12:12:59-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "AM/FM",
    "track_id": "397cf2d9-2b2d-3fca-b1ee-bd36441800f4",
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "Strange Weather, Isn’t It?",
    "release_id": "90ffdd57-ee78-4004-89d5-9422de1216b1",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2010-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chk Chk Chk put on an unforgettable performance in the Gathering Space back in 2017, with Chk Chk Chk singer Nic Offer running through the crowd, vogue-ing on top of a table at La Marzoco and, at one point, doing a pull up on the rafters. See it here: https://www.youtube.com/watch?v=J0DCguZOjsg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}