Information about plays

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

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

{
    "id": 3621399,
    "uri": "https://api.kexp.org/v2/plays/3621399/?format=api",
    "airdate": "2026-02-23T19:52:37-08:00",
    "show": 66014,
    "show_uri": "https://api.kexp.org/v2/shows/66014/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sabre Olvidar",
    "track_id": null,
    "recording_id": null,
    "artist": "TNT Band",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cotique"
    ],
    "label_ids": [
        "7c0fb9ee-de0b-4ebb-a607-7d97a12547dd"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The TNT Band, led by pianist Louis Ramírez, was central to the boogaloo explosion of the late 1960s. Released on Cotique Records, Fania’s soul-oriented subsidiary, “Sabré Olvidar” reflects the era’s hybrid blend of Latin rhythms and English-language soul influences.\n***\nLa TNT Band, dirigida por el pianista Louis Ramírez, fue clave en la explosión del boogaloo a fines de los años 60. Editada por Cotique Records, subsidiaria de Fania orientada al soul latino, “Sabré Olvidar” refleja esa fusión entre ritmos caribeños y estética soul urbana.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}