Information about plays

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

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

{
    "id": 345955,
    "uri": "https://api.kexp.org/v2/plays/345955/?format=api",
    "airdate": "2019-06-25T12:27:00-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/99ffd210-b1e0-471e-820a-8d28e8c10f2a/20810134143-250.jpg",
    "thumbnail_uri": "",
    "song": "Flee",
    "track_id": "2d276f23-2171-4823-a0d0-a314e28aed69",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "KIN",
    "release_id": "99ffd210-b1e0-471e-820a-8d28e8c10f2a",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance by Mogwai in the KEXP studio:  https://www.youtube.com/watch?v=rMaWEXO5K20",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}