Information about plays

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

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

{
    "id": 3629647,
    "uri": "https://api.kexp.org/v2/plays/3629647/?format=api",
    "airdate": "2026-03-16T07:06:40-07:00",
    "show": 66197,
    "show_uri": "https://api.kexp.org/v2/shows/66197/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-2ee7b63f-a359-4081-a5b1-118983c3a5eb/mbid-2ee7b63f-a359-4081-a5b1-118983c3a5eb-37619342018_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-2ee7b63f-a359-4081-a5b1-118983c3a5eb/mbid-2ee7b63f-a359-4081-a5b1-118983c3a5eb-37619342018_thumb250.jpg",
    "song": "All the Trees of the Field Will Clap Their Hands",
    "track_id": "04d0205b-f758-3481-9875-14d3fdf6d5e1",
    "recording_id": "2a0f55b9-e363-45df-9b06-2894b8676755",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Seven Swans",
    "release_id": "2ee7b63f-a359-4081-a5b1-118983c3a5eb",
    "release_group_id": "9c034a12-db0e-3bc1-b3ed-e74e7ffa92b1",
    "labels": [
        "Sounds Familyre"
    ],
    "label_ids": [
        "03301826-59da-4f95-b311-e87f713c158d"
    ],
    "release_date": "2004-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2004!\n\n\"Seemingly bent on not repeating himself, Stevens scales down MICHIGAN's grandeur to a minimalist palette for SEVEN SWANS. Where the previous album was instrumentally comparable to Tortoise or Stereolab, SEVEN SWANS is practically lo-fi, based around simply strummed acoustic guitars, banjo, organ, and hushed vocals.\"\n\nhttps://sufjanstevens.bandcamp.com/album/seven-swans-deluxe-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}