Information about plays

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

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

{
    "id": 535799,
    "uri": "https://api.kexp.org/v2/plays/535799/?format=api",
    "airdate": "2002-04-08T05:23:27-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance Of Loa",
    "track_id": null,
    "recording_id": null,
    "artist": "Off-World Ensemble",
    "artist_ids": [
        "d477874f-34a5-42bc-bc89-c97421d0c74b"
    ],
    "album": "VA/the Allenko Brotherhood Ensemble",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}