Information about plays

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

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

{
    "id": 3641009,
    "uri": "https://api.kexp.org/v2/plays/3641009/?format=api",
    "airdate": "2026-04-12T01:55:47-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce59aa73-bf6d-4ea6-86e3-9e6530ee890e/42790442219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce59aa73-bf6d-4ea6-86e3-9e6530ee890e/42790442219-250.jpg",
    "song": "The Insufferable Weight",
    "track_id": null,
    "recording_id": "bac66091-9053-4b7c-b645-5a6f13ef0ff0",
    "artist": "Barren Path",
    "artist_ids": [
        "0c4b5278-20f6-4179-a7ca-cc3f65d2dbd9"
    ],
    "album": "Grieving",
    "release_id": null,
    "release_group_id": "4ca5871e-8cf4-4dcf-b66b-b7ad97e55a1a",
    "labels": [
        "Willowtip"
    ],
    "label_ids": [
        "01258062-3a8e-4fc6-912e-8bb9ef4877e7"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Japan/US, Barren Path is a grindcore outfit that rose from the ashes of Gridlink. The band is scheduled to appear at Northwest Terror Fest at Neumos in Seattle on Thursday, May 7. https://northwestterrorfest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}