Information about plays

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

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

{
    "id": 382349,
    "uri": "https://api.kexp.org/v2/plays/382349/?format=api",
    "airdate": "2019-09-18T04:48:00-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Tide",
    "track_id": null,
    "recording_id": null,
    "artist": "Eartheater",
    "artist_ids": [
        "7f5a2d26-8625-4788-bafd-0034936895ae"
    ],
    "album": "Trinity",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chemical X"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following up on her 2018’s album IRISIRI, Queens-based artist Alexandra Drewchin, aka Eartheater, has just announced the release of a new mixtape. Trinity will be the first project to be released on her freshly founded label Chemical X. The ten tracks are described as “gushy wet love anthem[s]” and explore the lyrical themes of “water and its three states: solid, liquid and gas”, thus the name Trinity.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}