Information about plays

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

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

{
    "id": 3629831,
    "uri": "https://api.kexp.org/v2/plays/3629831/?format=api",
    "airdate": "2026-03-16T18:20:31-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-7c640e52-20e8-421a-bce4-39efc4195c67/mbid-7c640e52-20e8-421a-bce4-39efc4195c67-36537379141_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-7c640e52-20e8-421a-bce4-39efc4195c67/mbid-7c640e52-20e8-421a-bce4-39efc4195c67-36537379141_thumb250.jpg",
    "song": "Say My Name",
    "track_id": "cf1a1602-cfe7-45ed-8832-a5aef65cebc5",
    "recording_id": "39a197e5-4ecd-42ee-ab91-5c3ff535f100",
    "artist": "The Belair Lip Bombs",
    "artist_ids": [
        "9f495346-8e2f-47b3-a4d9-883ba4311d64"
    ],
    "album": "Lush Life",
    "release_id": "7c640e52-20e8-421a-bce4-39efc4195c67",
    "release_group_id": "809ccd1d-19df-44f8-9d11-dafa43366a1b",
    "labels": [
        "Third Man Records",
        "Cousin Will Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde",
        "3876b3c4-c595-4bde-b18a-b171ee5a0a42"
    ],
    "release_date": "2023-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Melbourne, The Belair Lip Bombs released their debut album, Lush Life, in 2023! https://thebelairlipbombs.bandcamp.com/album/lush-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}