Information about plays

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

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

{
    "id": 3544726,
    "uri": "https://api.kexp.org/v2/plays/3544726/?format=api",
    "airdate": "2025-08-25T17:57:35-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atwer Abroba",
    "track_id": null,
    "recording_id": "a701a7d5-cbb4-486e-b2c3-2343f0156644",
    "artist": "Ebo Taylor",
    "artist_ids": [
        "8b034085-b06d-4c42-9be3-d709be169d79"
    ],
    "album": "Life Stories: Highlife & Afrobeat Classics 1973–1980",
    "release_id": null,
    "release_group_id": "b9ef2c52-3697-4ed6-a7f6-1d9d1f596d8a",
    "labels": [
        "Strut"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2011-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This compilation revisits this heyday of Taylor's work, focusing on his solo albums and some of his lesser known side projects including the dynamite Apagya Show Band and short-lived Taylor-led combos Assase Ase, Super Sounds Namba and The Pelikans. The selection also touches on his writing and production work for C.K. Mann and a collaboration recording with fellow member of early ‘70s nightclub band Blue Monks, Pat Thomas.\ncredits\nhttps://ebotaylor.bandcamp.com/album/life-stories",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}