Information about plays

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

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

{
    "id": 3632868,
    "uri": "https://api.kexp.org/v2/plays/3632868/?format=api",
    "airdate": "2026-03-23T21:21:27-07:00",
    "show": 66263,
    "show_uri": "https://api.kexp.org/v2/shows/66263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "De se Envolver",
    "track_id": null,
    "recording_id": null,
    "artist": "Oruã, Caxtrinho",
    "artist_ids": [],
    "album": "Slacker",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "K"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From there we connect to Oruã, a band with strong ties to the Pacific Northwest. During their last Live on KEXP session, they recommended the album Slacker, which includes this recent collaboration with Caxtrinho.\n***\nDesde ahí pasamos a Oruã, un grupo con fuertes vínculos con la costa noroeste del Pacífico. Durante su última sesión en «Live on KEXP», recomendaron el álbum *Slacker*, que incluye esta reciente colaboración con Caxtrinho.\n***\nLive on KEXP/En Vivo desde KEXP: https://www.youtube.com/watch?v=gbly0UdcRf4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}