Information about plays

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

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

{
    "id": 3633897,
    "uri": "https://api.kexp.org/v2/plays/3633897/?format=api",
    "airdate": "2026-03-26T13:00:41-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-78f533b9-4722-4f11-ac0b-c16feed77425/mbid-78f533b9-4722-4f11-ac0b-c16feed77425-5642386863_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-78f533b9-4722-4f11-ac0b-c16feed77425/mbid-78f533b9-4722-4f11-ac0b-c16feed77425-5642386863_thumb250.jpg",
    "song": "Cherry Bomb",
    "track_id": "237a4a12-30d3-3dc4-9841-70d0757afd1d",
    "recording_id": "d8cb3068-578e-4323-82d1-8b6248a9b8b5",
    "artist": "The Runaways",
    "artist_ids": [
        "ded0d67a-eb71-4fe9-83c0-1d18b8ed497e"
    ],
    "album": "The Runaways",
    "release_id": "78f533b9-4722-4f11-ac0b-c16feed77425",
    "release_group_id": "03a06598-2d75-3b9e-a2ad-f62440d2b179",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Runaways (Joan Jett, Cherie Currie, Lita Ford, Jackie Fox, and Sandy West in) were teenagers--most just 16 or 17 years old--when they broke into LA's male-dominated hard rock scene in 1975, becoming the first teenage all-female rock band to land a major record deal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}