Information about plays

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

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

{
    "id": 3579822,
    "uri": "https://api.kexp.org/v2/plays/3579822/?format=api",
    "airdate": "2025-11-18T11:59:22-08:00",
    "show": 65145,
    "show_uri": "https://api.kexp.org/v2/shows/65145/?format=api",
    "image_uri": "https://ia601500.us.archive.org/11/items/mbid-f0d66b82-13c8-4cdb-a9f4-b35fce4d5ba2/mbid-f0d66b82-13c8-4cdb-a9f4-b35fce4d5ba2-42454749403_thumb500.jpg",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-f0d66b82-13c8-4cdb-a9f4-b35fce4d5ba2/mbid-f0d66b82-13c8-4cdb-a9f4-b35fce4d5ba2-42454749403_thumb250.jpg",
    "song": "Crossing Fingers",
    "track_id": "cd9081fd-850b-4143-b1ac-1ba958105038",
    "recording_id": "780853f2-041d-4594-a00a-6da35b017270",
    "artist": "Rocket",
    "artist_ids": [
        "9563966d-ca18-44f7-9d72-87a1fe27ae9d"
    ],
    "album": "R is for Rocket",
    "release_id": "f0d66b82-13c8-4cdb-a9f4-b35fce4d5ba2",
    "release_group_id": "83220b6e-12d8-4de9-b0ee-e86d5d5326df",
    "labels": [
        "Transgressive Records",
        "Canvasback Music"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e",
        "d563e39c-2779-456e-ad6a-3703365ab3bc"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "L.A. band Rocket will be LIVE on The Afternoon Show, TODAY, November 18th, at 3:00 p.m.  That performance is open to the public!\n--\nThey're playing at Seattle's Barboza tonight and at The Bottom of the Hill in SF on Friday, November 21st.\n--\nThe quartet's debut album, \"R is for Rocket,\" was just released in October. You can purchase it here: https://rockettheband.bandcamp.com/album/r-is-for-rocket",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}