Information about plays

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

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

{
    "id": 376018,
    "uri": "https://api.kexp.org/v2/plays/376018/?format=api",
    "airdate": "2019-09-03T13:49:03-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/50f46351-2efa-4633-8fda-af8440f12b9b/16200813753-250.jpg",
    "thumbnail_uri": "",
    "song": "All Mine",
    "track_id": "acc0a99a-04d9-30b0-85a0-ba86b8bcb6ae",
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "All Mine",
    "release_id": "50f46351-2efa-4633-8fda-af8440f12b9b",
    "release_group_id": null,
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1997-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read Morgan's interview with Portishead's Geoff Barrow and Adrian Utley about their classic album, \"Dummy\": https://www.kexp.org/read/2019/8/22/portisheads-geoff-barrow-and-adrian-utley-breakdown-dummy-25-years-later/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}