Information about plays

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

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

{
    "id": 372355,
    "uri": "https://api.kexp.org/v2/plays/372355/?format=api",
    "airdate": "2019-08-26T00:33:00-07:00",
    "show": 6204,
    "show_uri": "https://api.kexp.org/v2/shows/6204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reservation Blues",
    "track_id": "88f44034-14f4-380a-a64e-eda6a919e93a",
    "recording_id": null,
    "artist": "Don Pullen",
    "artist_ids": [
        "7a31f6c3-92cd-4b9d-b929-f168ef12b8cd"
    ],
    "album": "Sacred Common Ground",
    "release_id": "e38b6d5c-93e6-48d4-b294-6d606972964e",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}