Information about plays

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

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

{
    "id": 370756,
    "uri": "https://api.kexp.org/v2/plays/370756/?format=api",
    "airdate": "2019-08-22T07:54:28-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "http://coverartarchive.org/release/8f468f36-8c7e-4fc1-9166-50664d267127/3778520729-250.jpg",
    "thumbnail_uri": "",
    "song": "Sour Times",
    "track_id": "33b15ea8-77e2-3cb5-9833-9325ff8521a5",
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": "8f468f36-8c7e-4fc1-9166-50664d267127",
    "release_group_id": null,
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1994-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geoff Barrow in an exclusive KEXP interview about this second song from Portishead's debut album: \"Andy Smith, who was an old maid from Portishead, is a brilliant DJ and such a lovely lovely man. He had a brilliant record collection and had some soundtracks. I borrowed a load off him. I would borrow records off him all the time to sample and that tune was just you know it was like a straight up hip hop loop.\" | https://bit.ly/2ZkvO9y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}