Information about plays

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

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

{
    "id": 3645303,
    "uri": "https://api.kexp.org/v2/plays/3645303/?format=api",
    "airdate": "2026-04-22T10:21:48-07:00",
    "show": 66522,
    "show_uri": "https://api.kexp.org/v2/shows/66522/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-f789bf63-c8ab-4486-841f-c6c6356eee71/mbid-f789bf63-c8ab-4486-841f-c6c6356eee71-44090156904_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-f789bf63-c8ab-4486-841f-c6c6356eee71/mbid-f789bf63-c8ab-4486-841f-c6c6356eee71-44090156904_thumb250.jpg",
    "song": "Worlds Unknown",
    "track_id": "67f0d37c-5402-49af-bcce-b1a14a2b4c47",
    "recording_id": "cb2d55e2-5a6b-43bd-8316-0d3201042ffb",
    "artist": "Cut Worms",
    "artist_ids": [
        "c3552e38-d7a7-4dd8-a0a2-c5cdb63a1e8f"
    ],
    "album": "Transmitter",
    "release_id": "f789bf63-c8ab-4486-841f-c6c6356eee71",
    "release_group_id": "34e040fd-6b96-4f79-8833-4e2f1ff78302",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brooklyn-based artist teamed up with Jeff Tweedy for his fourth album! He's playing The Independent in San Francisco on April 29th and Neumos in Seattle on May 2nd.\n\nhttps://cutworms.bandcamp.com/album/transmitter",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}