Information about plays

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

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

{
    "id": 369844,
    "uri": "https://api.kexp.org/v2/plays/369844/?format=api",
    "airdate": "2019-08-20T11:04:00-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Surrender Under Protest",
    "track_id": "cfd6a21c-2a5c-41bd-9e3e-8fdb557a906f",
    "recording_id": null,
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "American Band",
    "release_id": "d9bebc4b-d3ea-45db-9202-5bd45a64961a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance by Drive-By Truckers in the KEXP studio in 2016:  https://www.youtube.com/watch?v=E7Q-qQvCYFA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}