Information about plays

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

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

{
    "id": 3540548,
    "uri": "https://api.kexp.org/v2/plays/3540548/?format=api",
    "airdate": "2025-08-15T22:50:04-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "https://coverartarchive.org/release/b57d6082-920d-42f5-880b-e5259bd42196/15303375393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b57d6082-920d-42f5-880b-e5259bd42196/15303375393-250.jpg",
    "song": "My Crew Can’t Go for That",
    "track_id": null,
    "recording_id": "495e815d-be89-4515-801f-2b91c5456eef",
    "artist": "Trigger tha Gambler feat. Smoothe da Hustler & D.V. Alias Khrist",
    "artist_ids": [
        "bcd3df6a-4840-43a9-9f11-f0540bb0fecc",
        "543825cd-11c9-4040-addd-5a4bda08f581",
        "b187bc8e-5807-4047-b999-4c00cd9270e3"
    ],
    "album": "My Crew Can't Go for That",
    "release_id": null,
    "release_group_id": "28fe3ed9-cfda-4253-a0b8-da7fd9a57919",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hall and Oates sample! From the Nutty Professor (1996) soundtrack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}