Information about plays

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

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

{
    "id": 382461,
    "uri": "https://api.kexp.org/v2/plays/382461/?format=api",
    "airdate": "2019-09-18T11:40:11-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/22864b09-89e9-3e79-9185-ca2d2173ea12/11991247043-250.jpg",
    "thumbnail_uri": "",
    "song": "Night Shift",
    "track_id": "6181a85d-96c7-3c55-827f-79ae566df9b2",
    "recording_id": null,
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Juju",
    "release_id": "22864b09-89e9-3e79-9185-ca2d2173ea12",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2006-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A song featured on the mixtape titled \"Night Shift\", submitted by a listener named Andrew during KEXP's Mixtape Week.\n<br><br>\nCheck out more listener submitted mixtapes here: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}