Information about plays

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

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

{
    "id": 3656346,
    "uri": "https://api.kexp.org/v2/plays/3656346/?format=api",
    "airdate": "2026-05-18T09:49:23-07:00",
    "show": 66750,
    "show_uri": "https://api.kexp.org/v2/shows/66750/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-a1660353-9a4c-4c41-b4a7-a610e971016a/mbid-a1660353-9a4c-4c41-b4a7-a610e971016a-44393235000_thumb500.jpg",
    "thumbnail_uri": "https://dn711201.ca.archive.org/0/items/mbid-a1660353-9a4c-4c41-b4a7-a610e971016a/mbid-a1660353-9a4c-4c41-b4a7-a610e971016a-44393235000_thumb250.jpg",
    "song": "A Good Day for Dying",
    "track_id": "1db01f8d-3c0f-4766-a738-e066f66ace28",
    "recording_id": "d41e969c-e8c9-442e-84a2-f679cd788ca9",
    "artist": "The Bug Club",
    "artist_ids": [
        "31f07dfd-df64-48dc-856e-9968059b8e35"
    ],
    "album": "Every Single Muscle",
    "release_id": "a1660353-9a4c-4c41-b4a7-a610e971016a",
    "release_group_id": "044293fe-7852-4b6b-bb86-9ddd2fab8a98",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-05-29",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bug Club is a trio from Caldicot, South Wales, known for their prolific output of high-energy garage rock and tight, witty songwriting. Their upcoming album, Every Single Muscle, is set for release on May 29, 2026, marking their debut with Sub Pop Records. https://www.subpop.com/artists/the_bug_club",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}