Information about plays

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

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

{
    "id": 372728,
    "uri": "https://api.kexp.org/v2/plays/372728/?format=api",
    "airdate": "2019-08-27T00:12:19-07:00",
    "show": 6210,
    "show_uri": "https://api.kexp.org/v2/shows/6210/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4fe5078-4b4a-48a5-b1bd-8ce3140d999f/9649935601-250.jpg",
    "thumbnail_uri": "",
    "song": "Cwciii",
    "track_id": "27eee020-5396-4502-ad96-275b7c0437f6",
    "recording_id": null,
    "artist": "Telefon Tel Aviv",
    "artist_ids": [
        "453f1594-112e-4d3c-921a-8d14e9c97b2e"
    ],
    "album": "Horizon Line / Ghostly By Night",
    "release_id": "d4fe5078-4b4a-48a5-b1bd-8ce3140d999f",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2010-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}