Information about plays

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

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

{
    "id": 3596223,
    "uri": "https://api.kexp.org/v2/plays/3596223/?format=api",
    "airdate": "2025-12-26T10:05:45-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "https://ia801306.us.archive.org/31/items/mbid-fabadd5c-64de-4e94-b4f5-e4b0d0227074/mbid-fabadd5c-64de-4e94-b4f5-e4b0d0227074-10226047994_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/31/items/mbid-fabadd5c-64de-4e94-b4f5-e4b0d0227074/mbid-fabadd5c-64de-4e94-b4f5-e4b0d0227074-10226047994_thumb250.jpg",
    "song": "Another You",
    "track_id": "43db1ade-9f5b-4d38-962a-955c1414a863",
    "recording_id": "4fb9fe15-4c47-4d9e-af1a-5580f3712dac",
    "artist": "Jacco Gardner",
    "artist_ids": [
        "5743f042-62a3-43c7-9643-776cb9c2308f"
    ],
    "album": "Hypnophobia",
    "release_id": "fabadd5c-64de-4e94-b4f5-e4b0d0227074",
    "release_group_id": "e8080fad-1da8-4931-8dbf-305f8fed794b",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2015-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jacco Gardner is a Belgium baroque pop multi instrumentalist. He creates a unique sound by combining the sounds of harpsichord, strings, flutes and other classical instruments with raw psychedelic effects. His second full-length album, Hypnophobia, was released in 2015.\nhttps://jaccogardner.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}