Information about plays

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

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

{
    "id": 3628810,
    "uri": "https://api.kexp.org/v2/plays/3628810/?format=api",
    "airdate": "2026-03-14T13:22:51-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Future is a Choice",
    "track_id": null,
    "recording_id": null,
    "artist": "DOOM GONG",
    "artist_ids": [
        "20e4fdd4-59a7-4647-8f2c-ebadad57a008"
    ],
    "album": "MEGAGONG",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Romanus Records"
    ],
    "label_ids": [
        "31d3b86a-5970-49fc-aee0-0ffd3ca96e95"
    ],
    "release_date": "2025-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DOOM GONG (from Louisville, KY) crafts a uniquely chaotic and compelling sound they call \"Denim Psych,\" weaving together jazz fusion, prog, and psychedelic rock into a high-octane experience. Their 2025 release MEGAGONG marks the grand finale of their ambitious album trilogy. Read more: https://doomgong.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}