Information about plays

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

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

{
    "id": 3539482,
    "uri": "https://api.kexp.org/v2/plays/3539482/?format=api",
    "airdate": "2025-08-13T06:10:14-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Introductions",
    "track_id": null,
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "Live in Cook County Jail",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B.B. King played live in Cook County Jail in Chicago on September 10, 1970. The performance at Cook County Jail left a lasting impact on King, who continued to perform free concerts at prisons throughout his life, and led him to co-establish the Foundation for the Advancement of Inmate Rehabilitation and Recreation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}