Information about plays

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

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

{
    "id": 378199,
    "uri": "https://api.kexp.org/v2/plays/378199/?format=api",
    "airdate": "2019-09-08T03:58:00-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Of Yesterday (instrumental)",
    "track_id": "d85e1629-73c7-4503-9fa9-e73ec81ee431",
    "recording_id": null,
    "artist": "Yu Su",
    "artist_ids": [
        "4472f89e-5944-49e4-9a33-43358390db40"
    ],
    "album": "泉出通川为谷 / Roll With the Punches",
    "release_id": "23b84e8f-12d3-493e-896f-d6e89bd4725f",
    "release_group_id": null,
    "labels": [
        "Second Circle"
    ],
    "label_ids": [],
    "release_date": "2019-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based out of Vancouver B.C., this is the latest from Yu Su on the Second Circle label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}