Information about plays

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

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

{
    "id": 3657522,
    "uri": "https://api.kexp.org/v2/plays/3657522/?format=api",
    "airdate": "2026-05-21T04:34:10-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Que Pasa/Me No Pop I",
    "track_id": null,
    "recording_id": "293b9cd7-e2e5-4cbe-b73e-5b197b3d2e2a",
    "artist": "Kid Creole & the Coconuts presents Coati Mundi",
    "artist_ids": [
        "72b867e3-139a-44a4-b1ee-a311d648c4e6",
        "7a83cd20-26f8-4fcc-845d-d542cd6e2ec4"
    ],
    "album": "Me No Pop I",
    "release_id": null,
    "release_group_id": "3f540fb3-5330-48a7-a47e-12d2e04451e4",
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kid Creole And The Coconuts were a Latin pop band founded by August Darnell aka Thomas Browder in 1980 in New York City. Fronted by Kid Creole backed by the trio of The Coconuts and also featuring Coati Mundi, they enjoyed most of their success in the eighties. Their debut album was critically well-received but not successful commercially. Their second album was a concept album matched with a New York Public Theater stage production; it received positive reviews, with Darnell recognized as a clever lyricist and astute composer, arranger and producer. Their international breakthrough came with their third album, 1982's Tropical Gangsters, which hit #3 in the UK.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}