Information about plays

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

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

{
    "id": 3621388,
    "uri": "https://api.kexp.org/v2/plays/3621388/?format=api",
    "airdate": "2026-02-23T19:08:36-08:00",
    "show": 66014,
    "show_uri": "https://api.kexp.org/v2/shows/66014/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aguanile",
    "track_id": null,
    "recording_id": null,
    "artist": "Héctor Lavoe, Willie Colón",
    "artist_ids": [
        "2cf18512-c129-482b-aff1-7430a1a7850b",
        "f1edfbed-9315-4550-859c-599cc3fdee57"
    ],
    "album": "El Juicio",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fania Records"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Aguanile,” one of the most powerful collaborations between Willie Colón and Héctor Lavoe. Their artistic partnership became one of the defining alliances in salsa history. It was Willie Colón who chose Héctor Lavoe as the voice of his orchestra in the mid-1960s. Together, they signed with Fania Records and built one of the most influential partnerships in salsa history.\n***\n“Aguanile”, una de las colaboraciones más poderosas entre Willie Colón y Héctor Lavoe. Su sociedad artística fue decisiva en la historia de la salsa. Fue Willie Colón quien eligió a Héctor Lavoe como la voz de su orquesta en los años 60. Juntos firmaron con Fania Records y construyeron una de las sociedades más influyentes en la historia de la salsa.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}