Information about plays

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

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

{
    "id": 3632871,
    "uri": "https://api.kexp.org/v2/plays/3632871/?format=api",
    "airdate": "2026-03-23T21:27:18-07:00",
    "show": 66263,
    "show_uri": "https://api.kexp.org/v2/shows/66263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quema Los Recuerdos",
    "track_id": null,
    "recording_id": null,
    "artist": "Margaritas Podridas",
    "artist_ids": [],
    "album": "Metales Pesados",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hopeless Records"
    ],
    "label_ids": [],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Another group shaped in part by Seattle’s sonic influence is Margaritas Podridas, who had the change to release music via Sub Pop and just released new material in 2026. I caught up with them recently in Mexico during their appearance at Vive Latino.\n***\nOtro grupo que se ha visto influido en parte por el sonido de Seattle es Margaritas Podridas, que tuvo la oportunidad de publicar su música con Sub Pop y acaba de sacar nuevo material en 2026. Hace poco me reuní con ellos en México durante su actuación en el Vive Latino.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}