Information about plays

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

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

{
    "id": 3633706,
    "uri": "https://api.kexp.org/v2/plays/3633706/?format=api",
    "airdate": "2026-03-26T01:47:00-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mahdi (The Expected One)",
    "track_id": null,
    "recording_id": "74b56fea-458c-4440-98bd-de77d4c4fe3a",
    "artist": "Tower of Power",
    "artist_ids": [
        "6c4d81f8-8a34-4cda-9a4b-538c539b50f4"
    ],
    "album": "Lights Out: San Francisco (Voco Presents the Soul of the Bay Area)",
    "release_id": null,
    "release_group_id": "0acb771c-d86c-4051-830f-347340559e62",
    "labels": [
        "Blue Thumb Records"
    ],
    "label_ids": [
        "c7818fff-a16b-4e27-868b-ca3cc5f9f082"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tower of Power were another up and coming Bay Area act featured on the Lights Out San Francisco compilation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}