Information about plays

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

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

{
    "id": 3556439,
    "uri": "https://api.kexp.org/v2/plays/3556439/?format=api",
    "airdate": "2025-09-22T20:02:54-07:00",
    "show": 64636,
    "show_uri": "https://api.kexp.org/v2/shows/64636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "lo_divino",
    "track_id": null,
    "recording_id": "d2412aad-f62c-442e-a3c1-3c0131c5fe67",
    "artist": "Juana Aguirre",
    "artist_ids": [
        "8c89c94a-9430-49fd-894f-0e72f20361e0"
    ],
    "album": "lo_divino",
    "release_id": null,
    "release_group_id": "494d1ffe-e08f-4388-ac6b-2a5b5d667d76",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: From her 2025 album, Juana Aguirre dives into intimate and experimental territory with “lo_divino.” The track layers subtle electronics with her ethereal voice, creating a meditative soundscape that feels both spiritual and grounded.\nES: En su álbum de 2025, Juana Aguirre se adentra en un territorio íntimo y experimental con «lo_divino». La canción combina sutiles sonidos electrónicos con su etérea voz, creando un paisaje sonoro meditativo que resulta a la vez espiritual y realista.\n***\nhttps://juanaaguirre.bandcamp.com/album/an-nimo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}