Information about plays

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

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

{
    "id": 3652280,
    "uri": "https://api.kexp.org/v2/plays/3652280/?format=api",
    "airdate": "2026-05-08T21:26:59-07:00",
    "show": 66665,
    "show_uri": "https://api.kexp.org/v2/shows/66665/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba736bca-f855-4229-a754-5678cf16ed30/18141898702-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba736bca-f855-4229-a754-5678cf16ed30/18141898702-250.jpg",
    "song": "Zinabu",
    "track_id": null,
    "recording_id": "be2ca66b-e5ce-4dee-88d6-bfd224298ec8",
    "artist": "Bunzu Soundz",
    "artist_ids": [
        "95c7f5c7-adbd-49fa-ae20-2538aa2e213b"
    ],
    "album": "Africa Airways Three: The Afro-Psych Excursion 1972–1984",
    "release_id": null,
    "release_group_id": "53f0c747-58bc-4ffd-91e5-07b7f8a97143",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bunzu Soundz was a prominent Ghanaian highlife band in the early 1970s, known for a fiery fusion of Ga rhythms, funk, and psychedelic rock. Associated with producer Faisal Helwani, they are best known for their 1976 self-titled album, recorded in Lagos, featuring tracks like \"Zinabu\" and \"Bokonor\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}