Information about plays

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

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

{
    "id": 3547698,
    "uri": "https://api.kexp.org/v2/plays/3547698/?format=api",
    "airdate": "2025-09-01T20:23:12-07:00",
    "show": 64449,
    "show_uri": "https://api.kexp.org/v2/shows/64449/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c69aa3f-d824-4497-9f63-422e92160a7f/42119590604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c69aa3f-d824-4497-9f63-422e92160a7f/42119590604-250.jpg",
    "song": "El fantasma de la transición",
    "track_id": null,
    "recording_id": "64e8acf7-6905-404c-93f9-5fa7edd290bc",
    "artist": "Triángulo de Amor Bizarro",
    "artist_ids": [
        "c99d1db4-d5ab-4795-a7f5-42ebba5fd0bc"
    ],
    "album": "Triángulo de amor bizarro",
    "release_id": null,
    "release_group_id": "fb82b3e1-05ed-342a-a8a0-2886d05ed3ef",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“El Fantasma de la Transición” is a dense, politically charged shoegaze-punk track. Walls of distortion and feedback collide with vocals that critique Spain’s so-called democratic transition, painting it as a haunting presence. The song’s atmosphere is simultaneously beautiful and violent, embodying contradiction. It’s one of Triángulo de Amor Bizarro’s strongest statements, turning historical trauma into cathartic noise.\u2028Listen: https://triangulodeamorbizarro.bandcamp.com/track/el-fantasma-de-la-transicion",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}