Information about plays

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

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

{
    "id": 351922,
    "uri": "https://api.kexp.org/v2/plays/351922/?format=api",
    "airdate": "2019-07-09T02:20:44-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/6eb43120-af77-49ce-8904-58755d664579/21459645963-250.jpg",
    "thumbnail_uri": "",
    "song": "Lover Chanting",
    "track_id": "fd60cd89-bb13-4717-9ea5-10ba9cadd1b8",
    "recording_id": null,
    "artist": "Little Dragon",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Lover Chanting EP",
    "release_id": "6eb43120-af77-49ce-8904-58755d664579",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Dragon playing live on KEXP at The Little London Plane during Upstream Music Fest: https://www.youtube.com/watch?v=gFLrDrn6kEQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}