Information about plays

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

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

{
    "id": 3545923,
    "uri": "https://api.kexp.org/v2/plays/3545923/?format=api",
    "airdate": "2025-08-28T15:18:15-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia601307.us.archive.org/4/items/mbid-2ed38f0b-1519-3b22-8df7-747eff07877e/mbid-2ed38f0b-1519-3b22-8df7-747eff07877e-22337503748_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/4/items/mbid-2ed38f0b-1519-3b22-8df7-747eff07877e/mbid-2ed38f0b-1519-3b22-8df7-747eff07877e-22337503748_thumb250.jpg",
    "song": "Bring the Noise",
    "track_id": "6fbe6045-59e5-37bf-9ee8-35362fdc86fb",
    "recording_id": "5d9ecc8b-75fe-4d62-a1aa-65dab19a55aa",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "It Takes a Nation of Millions to Hold Us Back",
    "release_id": "2ed38f0b-1519-3b22-8df7-747eff07877e",
    "release_group_id": "01921d99-9d15-3fce-8734-46e58327cfb7",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1995-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ten songs are sampled by producers Bill Stephney, Hank Shocklee, and Chuck D for \"Bring the Noise,\" including the hook from Funkadelic's \"Get Off Your Ass and Jam.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}