Information about plays

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

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

{
    "id": 3640438,
    "uri": "https://api.kexp.org/v2/plays/3640438/?format=api",
    "airdate": "2026-04-10T20:53:28-07:00",
    "show": 66418,
    "show_uri": "https://api.kexp.org/v2/shows/66418/?format=api",
    "image_uri": "https://coverartarchive.org/release/94272879-8d74-4214-8e4f-85b1922737d0/42470169735-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/94272879-8d74-4214-8e4f-85b1922737d0/42470169735-250.jpg",
    "song": "Bundle by Bundle",
    "track_id": null,
    "recording_id": "2002d6ea-0ff6-43f5-9efd-5e60461c0ad0",
    "artist": "Burna Boy",
    "artist_ids": [
        "78a19169-ac75-4868-b504-7e2e073118e0"
    ],
    "album": "No Sign of Weakness",
    "release_id": null,
    "release_group_id": "07e2eaf1-2f6f-4a3c-a563-563441335a36",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}