Information about plays

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

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

{
    "id": 3612287,
    "uri": "https://api.kexp.org/v2/plays/3612287/?format=api",
    "airdate": "2026-02-02T13:23:54-08:00",
    "show": 65823,
    "show_uri": "https://api.kexp.org/v2/shows/65823/?format=api",
    "image_uri": "https://coverartarchive.org/release/1321f688-6f1c-4544-a1c9-2d2c3339ec5a/37936952138-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1321f688-6f1c-4544-a1c9-2d2c3339ec5a/37936952138-250.jpg",
    "song": "I'm So Into You (Teddy's Radio Mix / With Rap)",
    "track_id": null,
    "recording_id": "434622d8-12fb-4eaf-bbfc-fdc4d0d1e35e",
    "artist": "SWV",
    "artist_ids": [
        "fffc6a35-ae65-48be-bcc0-9d604e05665e"
    ],
    "album": "I'm So Into You",
    "release_id": null,
    "release_group_id": "b1bbda26-2777-40b4-9c9d-36bb29143b3e",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm So Into You\" was written and produced by Brian Alexander Morgan and features a sample from the 1968 record \"Here Comes the Judge\" by Big Meat.\n---\nBlack History is Now! Join us TODAY as we kick off Black History Month. Tune in all day as we celebrate the brilliance, the resilience, and the soul that moves us all forward. Because Black history isn't just the past—it’s the heartbeat of our community every single day. Tune in for Black History is Now, TODAY, and throughout the month. Listen live or catch it on-demand at KEXP-dot-O-R-G or the KEXP mobile app.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}