Information about plays

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

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

{
    "id": 3657455,
    "uri": "https://api.kexp.org/v2/plays/3657455/?format=api",
    "airdate": "2026-05-21T01:02:45-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f304a53-c714-4bbf-a78d-7ae253e22512/27216663305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f304a53-c714-4bbf-a78d-7ae253e22512/27216663305-250.jpg",
    "song": "Don't Make Me Wait",
    "track_id": null,
    "recording_id": "b346d834-a444-4ba7-b9ec-02a38d844265",
    "artist": "Peech Boys",
    "artist_ids": [
        "2cce9183-79b4-4ce1-9b65-2d3465c18c88"
    ],
    "album": "Don’t Make Me Wait",
    "release_id": null,
    "release_group_id": "54b5b6fe-20f8-4b29-997d-8d28e9b2f04e",
    "labels": [
        "West End Records"
    ],
    "label_ids": [
        "df4f0d2b-deed-4d37-afcd-71d18d87544c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Peech Boys, were a band that comprised Bernard Fowler, Steven Brown, Robert Kasper, Darryl Short, Larry Levan and Michael de Benedictus.  They are most known for their 1982 song \"Don't Make Me Wait\", which was one of the early hits in the New York house/garage scene, due to Levan's playing it at the Paradise Garage disco.\n--\nQueen Latifah sampled the vocals for \"Come Into My House.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}