Information about plays

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

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

{
    "id": 3656967,
    "uri": "https://api.kexp.org/v2/plays/3656967/?format=api",
    "airdate": "2026-05-19T20:52:58-07:00",
    "show": 66762,
    "show_uri": "https://api.kexp.org/v2/shows/66762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dombali",
    "track_id": null,
    "recording_id": "f377fbcc-0d6a-40f0-8fd7-3e31c8fb9c9a",
    "artist": "Mah Damba",
    "artist_ids": [
        "b290bafc-b24c-4b82-a4e3-b4842ef4e564"
    ],
    "album": "Djelimousso",
    "release_id": null,
    "release_group_id": "a8ecf952-69eb-37da-bbea-968bad02b691",
    "labels": [
        "Buda Records"
    ],
    "label_ids": [
        "0d60309a-3362-41fc-affb-9b274a9f05cb"
    ],
    "release_date": "2000-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mah Damba is a traditional griot singer. She comes from a family of griots: her father, Djeli Baba Sissoko, was a griot and her aunt, Fanta Damba, is also considered a top vocalist. Early in her career, she was part of Kassemady Diabaté's ensemble, and later was part of Mandé Foli.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}