Information about plays

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

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

{
    "id": 3638762,
    "uri": "https://api.kexp.org/v2/plays/3638762/?format=api",
    "airdate": "2026-04-06T20:17:12-07:00",
    "show": 66386,
    "show_uri": "https://api.kexp.org/v2/shows/66386/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "No te has enterado",
    "track_id": null,
    "recording_id": null,
    "artist": "Aiko el grupo",
    "artist_ids": [
        "58fcbb0b-41f7-42d7-ac8e-eb6e685eba88"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LIVE ON KEXP EN BILBAO! Meet the artists: https://www.kexp.org/bilbao/ Madrid’s irreverent trio delivers short, sharp, and cheeky indie punk. With explosive live energy and razor-edged lyrics, they’ve become a standout of Spain’s new indie wave.\n***\nEN VIVO EN KEXP EN BILBAO Conoce a los artistas: El irreverente trío madrileño ofrece un indie punk breve, incisivo y descarado. Con una energía explosiva en directo y letras afiladas, se han convertido en uno de los grupos más destacados de la nueva ola indie española.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}