Information about plays

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

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

{
    "id": 382289,
    "uri": "https://api.kexp.org/v2/plays/382289/?format=api",
    "airdate": "2019-09-18T01:02:00-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "And All Went Dark (feat. Polly Scattergood) Goldfrapp Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Chris Liebing",
    "artist_ids": [
        "86a1c458-2d97-42cd-a142-a8fee30ae4a1"
    ],
    "album": "And All Went Dark (feat. Polly Scattergood) Goldfrapp Remix",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chris Liebing launched the Burn Slow project with a series of remixes, including one for Goldfrapp’s Everything Is Never Enough and Goldfrapp have returned the honour with this remix of ‘And All Went Dark’, an epic reimaging of some of the themes on Liebing’s album which include the concept of presence – the idea that everything is happening in this moment, and that everything in the past is mere memory. It’s something Liebing got in touch with via the philosopher Alan Watts, not to mention decades of getting entire dancefloors lost in the present.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}