Information about plays

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

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

{
    "id": 2678083,
    "uri": "https://api.kexp.org/v2/plays/2678083/?format=api",
    "airdate": "2019-12-25T19:23:47-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Secret",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Guarnieri & Slam Stewart",
    "artist_ids": [],
    "album": "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": "Recorded in NYC in 1944 but not released until this Savoy Jazz compilation ; https://www.allaboutjazz.com/savoy-christmas-blues-various-artists-savoy-jazz-review-by-rex-butters.php",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}