Information about plays

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

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

{
    "id": 3622430,
    "uri": "https://api.kexp.org/v2/plays/3622430/?format=api",
    "airdate": "2026-02-26T05:01:29-08:00",
    "show": 66033,
    "show_uri": "https://api.kexp.org/v2/shows/66033/?format=api",
    "image_uri": "https://dn711005.ca.archive.org/0/items/mbid-3a003336-2137-4011-b137-c43512993629/mbid-3a003336-2137-4011-b137-c43512993629-15014830868_thumb500.jpg",
    "thumbnail_uri": "https://dn711005.ca.archive.org/0/items/mbid-3a003336-2137-4011-b137-c43512993629/mbid-3a003336-2137-4011-b137-c43512993629-15014830868_thumb250.jpg",
    "song": "Gila",
    "track_id": "75600718-0892-301d-8439-b3c9c01861e0",
    "recording_id": "1810aac2-9d3c-4c49-b1ea-202f0b443d67",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Devotion",
    "release_id": "3a003336-2137-4011-b137-c43512993629",
    "release_group_id": "2717ae60-ecbd-38a8-b8ef-ed1c9f8df908",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2008-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's Early, with Eva Walker. \n\nBeach House's Devotion was released on this day in 2008.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}