Information about plays

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

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

{
    "id": 2678094,
    "uri": "https://api.kexp.org/v2/plays/2678094/?format=api",
    "airdate": "2019-12-25T19:52:00-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trim Your Tree",
    "track_id": null,
    "recording_id": null,
    "artist": "Jimmy Butler",
    "artist_ids": [
        "cfe96c9b-4324-4ce2-8983-d3c5a9af2398"
    ],
    "album": "VA - Savoy Christmas Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1959 ; play this show back later from the on-demand archive at kexp.org, the perfect backdrop for your festivities!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}