Information about plays

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

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

{
    "id": 3612294,
    "uri": "https://api.kexp.org/v2/plays/3612294/?format=api",
    "airdate": "2026-02-02T13:55:17-08:00",
    "show": 65823,
    "show_uri": "https://api.kexp.org/v2/shows/65823/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What U Got (The Demo)",
    "track_id": "0b60369d-d8f2-4e49-bdb4-4e62c6b7d8ac",
    "recording_id": "ff6f1ef2-6337-40e4-a2e1-23a4f2e4fbf9",
    "artist": "Prince Paul",
    "artist_ids": [
        "50840ae7-d000-4858-8aac-bd776a12dafa"
    ],
    "album": "A Prince Among Thieves (Edited)",
    "release_id": "20bd9754-f7bb-4436-940f-f2c9330e4027",
    "release_group_id": "9d76fd35-4ec9-49d2-b901-b0b1ea796e52",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled from \"Young, Gifted and Black\" by Big Daddy Kane.\n--\nPrince Paul began his career as a child DJ at age 10 using a Mickey Mouse record player and created his first makeshift mixer using a stereo balance knob. Known as a pioneer of hip-hop skits, he was a teenage DJ prodigy for Stetsasonic and later produced De La Soul's debut on a $20,000 budget.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}