Information about plays

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

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

{
    "id": 3625492,
    "uri": "https://api.kexp.org/v2/plays/3625492/?format=api",
    "airdate": "2026-03-05T04:47:15-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/50c273d5-2f92-340a-adc2-178d5adaab63/4765243287-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50c273d5-2f92-340a-adc2-178d5adaab63/4765243287-250.jpg",
    "song": "She Lives in My Lap",
    "track_id": null,
    "recording_id": "e1402418-eaea-4108-81e3-a12c22178325",
    "artist": "OutKast featuring Rosario Dawson",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27",
        "9facf8dc-df23-4561-85c5-ece75d692f21"
    ],
    "album": "Speakerboxxx / The Love Below",
    "release_id": null,
    "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": "Issued as a double album comprised of two solo albums by Outkast's two members Big Boi and Andre 3000, Speakerboxxx / The Love Below has been certified diamond and 11 times platinum by the RIAA since its release in 2003.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}