Information about plays

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

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

{
    "id": 377249,
    "uri": "https://api.kexp.org/v2/plays/377249/?format=api",
    "airdate": "2019-09-06T00:02:20-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Robber Dub",
    "track_id": "935f2a58-b9af-367c-af14-eecd08d3bdba",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Super Black Market Clash",
    "release_id": "5c167d96-a361-437a-ac18-c8eb2ca50b1b",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Robber Dub\" is the dub version of \"Bankrobber\". It was to be included in the 12\" single for \"Bankrobber\", but the label ended up refusing to release the 12\" single. The song can be found on their 1980 compilation album Black Market Clash, combined with \"Bankrobber\" as a 6:16 track, and on the 1994 compilation album Super Black Market Clash, as a 4:42 stand alone track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}