Information about plays

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

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

{
    "id": 3547692,
    "uri": "https://api.kexp.org/v2/plays/3547692/?format=api",
    "airdate": "2025-09-01T20:01:09-07:00",
    "show": 64449,
    "show_uri": "https://api.kexp.org/v2/shows/64449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ataque de abejas robot asesinas",
    "track_id": null,
    "recording_id": null,
    "artist": "Segundos auxilios",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track embodies pure punk absurdity. “Ataque de abejas robot asesinas” surges with frantic riffs and pounding drums, while the lyrics unleash a surreal narrative of killer robot bees. Segundos auxilios inject humor into chaos, their vocals oscillating between panic and glee. The lo-fi sound only amplifies the manic energy, making it feel like a live performance on the brink of collapse. It’s bizarre, hilarious, and irresistibly fun—a reminder of punk’s capacity for both critique and silliness.\u2028Listen: https://segundosauxilios.bandcamp.com/track/ataque-de-abejas-robot-asesinas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}