Information about plays

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

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

{
    "id": 3632873,
    "uri": "https://api.kexp.org/v2/plays/3632873/?format=api",
    "airdate": "2026-03-23T21:36:25-07:00",
    "show": 66263,
    "show_uri": "https://api.kexp.org/v2/shows/66263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HYPER POSPONK MEXA",
    "track_id": null,
    "recording_id": null,
    "artist": "GLoory Hole",
    "artist_ids": [],
    "album": "QUE SE JODAN SI NO PUEDEN ASUMIR UNA BROMA",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dos Conejos"
    ],
    "label_ids": [],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We close this set with Gloory Hole, who just released a new album a few days ago. I met with them just last week — and remember, you’ll be able to enjoy Cancioneros 2026 starting April 27.\n***\nCerramos esta sesión con Gloory Hole, que acaba de sacar un nuevo álbum hace unos días. Me reuní con ellos la semana pasada; y recordad que podréis disfrutar de «Cancioneros 2026» a partir del 27 de abril.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}