Information about plays

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

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

{
    "id": 3640522,
    "uri": "https://api.kexp.org/v2/plays/3640522/?format=api",
    "airdate": "2026-04-11T01:28:34-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "https://coverartarchive.org/release/57a75886-7277-4203-900a-a0d33a2cc98e/44828419868-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57a75886-7277-4203-900a-a0d33a2cc98e/44828419868-250.jpg",
    "song": "Sore",
    "track_id": null,
    "recording_id": "bfb7ce75-cb26-4a5d-b2b3-3380da67ee88",
    "artist": "Theo Vandenhoff",
    "artist_ids": [
        "f74c3413-ba49-4eb9-9a0b-978ec1e85954"
    ],
    "album": "Saviour on the Spilled Blood",
    "release_id": null,
    "release_group_id": "fa5d309e-6d66-41ed-86c0-75751616b406",
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://theovandenhoff.bandcamp.com/album/saviour-on-the-spilled-blood",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}