Information about plays

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

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

{
    "id": 3567753,
    "uri": "https://api.kexp.org/v2/plays/3567753/?format=api",
    "airdate": "2025-10-20T21:31:36-07:00",
    "show": 64890,
    "show_uri": "https://api.kexp.org/v2/shows/64890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Madrid me ataca",
    "track_id": null,
    "recording_id": "c5d3bddb-d613-4b06-9384-3e2c39438b10",
    "artist": "Los Punsetes",
    "artist_ids": [
        "e8ecd214-1ff2-4e4f-ba01-fc6d24555852"
    ],
    "album": "Madrid me ataca",
    "release_id": null,
    "release_group_id": "7e425645-341b-4880-b440-763a17e6dda9",
    "labels": [
        "Sonido Muchacho"
    ],
    "label_ids": [
        "7960e4f8-267f-4e9c-b558-b6b57b0acfba"
    ],
    "release_date": "2024-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ES: EN VIVO EN KEXP EN BILBAO\nConoce a los artistas:\nEl 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.\n\nEN: LIVE ON KEXP EN BILBAO\nMeet the artists:\nMadrid’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.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}