Information about plays

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

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

{
    "id": 3571911,
    "uri": "https://api.kexp.org/v2/plays/3571911/?format=api",
    "airdate": "2025-10-30T17:41:14-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "https://ia801904.us.archive.org/23/items/mbid-50c273d5-2f92-340a-adc2-178d5adaab63/mbid-50c273d5-2f92-340a-adc2-178d5adaab63-4765243287_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/23/items/mbid-50c273d5-2f92-340a-adc2-178d5adaab63/mbid-50c273d5-2f92-340a-adc2-178d5adaab63-4765243287_thumb250.jpg",
    "song": "Dracula’s Wedding",
    "track_id": "88c8cc00-f6b0-35e9-88a4-d77ed1041311",
    "recording_id": "322511bb-3c09-4210-9101-379d6f8976b1",
    "artist": "OutKast feat. Kelis",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138",
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below",
    "release_id": "50c273d5-2f92-340a-adc2-178d5adaab63",
    "release_group_id": "fa64febd-61e0-346e-aaa2-04564ed4f0a3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The best Halloween song ever?!\n\nRead about OutKast here: https://rockhall.com/inductees/outkast/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}