Information about plays

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

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

{
    "id": 3632872,
    "uri": "https://api.kexp.org/v2/plays/3632872/?format=api",
    "airdate": "2026-03-23T21:32:52-07:00",
    "show": 66263,
    "show_uri": "https://api.kexp.org/v2/shows/66263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "31",
    "track_id": null,
    "recording_id": null,
    "artist": "Vondre",
    "artist_ids": [],
    "album": "0:00",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self released"
    ],
    "label_ids": [],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Staying in that heavy, alternative spectrum, we hear Vondré, another powerful project from the Latin American grunge-leaning scene. Vondre also played at Vive Latino for a special appearance around International Women's Month\n***\nSin salir de ese espectro alternativo y contundente, escuchamos a Vondré, otro proyecto impactante de la escena latinoamericana con influencias grunge. Vondré también actuó en el Vive Latino en una actuación especial con motivo del Mes Internacional de la Mujer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}