Information about plays

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

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

{
    "id": 370772,
    "uri": "https://api.kexp.org/v2/plays/370772/?format=api",
    "airdate": "2019-08-22T08:53:14-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-250.jpg",
    "thumbnail_uri": "",
    "song": "Strangers",
    "track_id": "f280d32c-dfed-3be5-9906-91e00e348d1e",
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": "76df3287-6cda-33eb-8e9a-044b5e15ffdd",
    "release_group_id": null,
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1994-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third track from <i>Dummy</i>! - \"It's got [a] really, like, knocky bass drum. I came up with that, and then from a session I took a chord of an organ or something like that. I put it in the beat, and then I used really heavy compression to make it sound really exciting. Where you hear kick drum everything else goes quiet, and when you don't hear the kick drum and the snare drum all the rest of the noise in between sucks up. It was so important to Dummy.\" See the rest of our exclusive interview with Geoff Barrow and Adrian Utley of Portishead about this album here: https://bit.ly/2ZkvO9y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}