Information about plays

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

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

{
    "id": 350852,
    "uri": "https://api.kexp.org/v2/plays/350852/?format=api",
    "airdate": "2019-07-06T12:21:37-07:00",
    "show": 5844,
    "show_uri": "https://api.kexp.org/v2/shows/5844/?format=api",
    "image_uri": "http://coverartarchive.org/release/12214f66-66c9-4203-8d64-cfb526c34b7c/2139106425-250.jpg",
    "thumbnail_uri": "",
    "song": "Goodnight Moon",
    "track_id": "4de1ab85-953f-373e-9686-159f28abae19",
    "recording_id": null,
    "artist": "Shivaree",
    "artist_ids": [
        "1692e094-48b6-4d0e-8555-43ca0bd42467"
    ],
    "album": "Kill Bill: Vol. 2",
    "release_id": "12214f66-66c9-4203-8d64-cfb526c34b7c",
    "release_group_id": null,
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2004-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}