Information about plays

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

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

{
    "id": 3635234,
    "uri": "https://api.kexp.org/v2/plays/3635234/?format=api",
    "airdate": "2026-03-29T16:57:14-07:00",
    "show": 66313,
    "show_uri": "https://api.kexp.org/v2/shows/66313/?format=api",
    "image_uri": "https://dn710106.ca.archive.org/0/items/mbid-72741beb-a42c-4d84-970e-4280525487b5/mbid-72741beb-a42c-4d84-970e-4280525487b5-44218352856_thumb500.jpg",
    "thumbnail_uri": "https://dn710106.ca.archive.org/0/items/mbid-72741beb-a42c-4d84-970e-4280525487b5/mbid-72741beb-a42c-4d84-970e-4280525487b5-44218352856_thumb250.jpg",
    "song": "Wanna Be Enough",
    "track_id": "0e555493-b9b9-4451-9d89-aa11f39edd8e",
    "recording_id": "5da93422-dc33-4b7b-8333-7157c5b1ab1f",
    "artist": "Painted Vein",
    "artist_ids": [
        "ea1752c0-d057-4395-bca3-8fa3448d43b4"
    ],
    "album": "Wanna Be Enough",
    "release_id": "72741beb-a42c-4d84-970e-4280525487b5",
    "release_group_id": "3026f5e1-3f24-481c-83cf-9dd3ff93e59a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Painted Vein is the music project of the musician, producer, and audio engineer Andrea Fox Volpato who has spent the last 10 years collaborating in writing, recording, and touring the world with different music projects. He's playing at Seattle's Central Saloon on April 10, and Vancouver, BC's Green Auto on April 25. https://tinyurl.com/2se24uyd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}