Information about plays

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

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

{
    "id": 3634463,
    "uri": "https://api.kexp.org/v2/plays/3634463/?format=api",
    "airdate": "2026-03-28T02:01:34-07:00",
    "show": 66298,
    "show_uri": "https://api.kexp.org/v2/shows/66298/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6ae238f-1ae2-4cd5-948c-052189742837/44510316651-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6ae238f-1ae2-4cd5-948c-052189742837/44510316651-250.jpg",
    "song": "Entre Sombras",
    "track_id": null,
    "recording_id": "8d64db89-b2d8-42f1-9914-46aacff50567",
    "artist": "Vacíos Cuerpos",
    "artist_ids": [
        "0689b90a-800b-441b-a839-0f161d1ce8c7"
    ],
    "album": "La Cruz De Mi Conciencia",
    "release_id": null,
    "release_group_id": "3d9adb92-90f2-47c3-b883-fb3a0cccd7f7",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://vacioscuerpos.bandcamp.com/album/la-cruz-de-mi-conciencia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}