Information about plays

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

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

{
    "id": 369266,
    "uri": "https://api.kexp.org/v2/plays/369266/?format=api",
    "airdate": "2019-08-19T00:13:00-07:00",
    "show": 6157,
    "show_uri": "https://api.kexp.org/v2/shows/6157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Altered Spaces",
    "track_id": "b7a14f56-2114-456c-86b6-484551fa02f1",
    "recording_id": null,
    "artist": "Reggie Workman Ensemble",
    "artist_ids": [
        "0286be71-1fe9-4cc9-a87b-629f2912ef62"
    ],
    "album": "Altered Spaces",
    "release_id": "88ee15fd-1f66-4282-9c5d-f6d7f045c6c7",
    "release_group_id": null,
    "labels": [
        "Leo Records"
    ],
    "label_ids": [
        "4c7aaecd-7ed0-4eca-9ee9-ccf5b8bf250c"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}