Information about plays

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

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

{
    "id": 371157,
    "uri": "https://api.kexp.org/v2/plays/371157/?format=api",
    "airdate": "2019-08-23T04:46:10-07:00",
    "show": 6182,
    "show_uri": "https://api.kexp.org/v2/shows/6182/?format=api",
    "image_uri": "http://coverartarchive.org/release/226cf4f4-bd6a-30d0-84b8-889e55e3d099/6383257691-250.jpg",
    "thumbnail_uri": "",
    "song": "Girls & Boys",
    "track_id": "1eaf85e4-3fe9-3238-9ed8-703d5b3a73c7",
    "recording_id": null,
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Parklife",
    "release_id": "226cf4f4-bd6a-30d0-84b8-889e55e3d099",
    "release_group_id": null,
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1994-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Story goes that guitarist Graham Coxon hated the disco lines bassist Alex James was playing and tried to be as obnoxious as possible, creating this gorg masterpiece. https://www.youtube.com/watch?v=WDswiT87oo8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}