Information about plays

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

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

{
    "id": 3641191,
    "uri": "https://api.kexp.org/v2/plays/3641191/?format=api",
    "airdate": "2026-04-12T13:00:55-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "https://coverartarchive.org/release/496ca44a-6ae9-4b66-b069-e9420998627e/34509469344-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/496ca44a-6ae9-4b66-b069-e9420998627e/34509469344-250.jpg",
    "song": "Mumbo Sugar",
    "track_id": null,
    "recording_id": "7d7ece90-f655-4fcb-9571-18b77d72f883",
    "artist": "Arc De Soleil",
    "artist_ids": [
        "140bd83c-475b-4eb3-bf82-27ff4dc92abc"
    ],
    "album": "Libertalia",
    "release_id": null,
    "release_group_id": "d97922e3-7aa5-449d-9f5d-4300b1ece102",
    "labels": [
        "Epidemic Sound"
    ],
    "label_ids": [
        "ef84771c-0ab9-41f9-a176-11181b0efaa8"
    ],
    "release_date": "2020-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Multi-instrumentalist Daniel Kadawatha was inspired by his father’s love for the Spotnicks and their soaring guitar-driven sound. Get to know him here https://epidemicsound.com/blog/get-to-know-daniel-kadawatha/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}