Information about plays

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

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

{
    "id": 3638299,
    "uri": "https://api.kexp.org/v2/plays/3638299/?format=api",
    "airdate": "2026-04-05T18:12:47-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/653d7d8e-9942-456e-9746-769b584f529a/1136713398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/653d7d8e-9942-456e-9746-769b584f529a/1136713398-250.jpg",
    "song": "Bouncy Lady",
    "track_id": null,
    "recording_id": "28c281bc-7d54-4be5-9e26-e75e62994ff9",
    "artist": "Pleasure",
    "artist_ids": [
        "fc340078-7883-49bd-ad06-8b03512b25ed"
    ],
    "album": "Dust Yourself Off",
    "release_id": null,
    "release_group_id": "14e67bec-ec3c-39ab-9168-55b4e21342ff",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1975 debut album by Portland R&B group Pleasure was produced by Wayne Henderson of The Crusaders.\n\nPleasure is a band from Portland, Oregon, United States. Blending soul, funk and jazz with a street edge, they became a cult group on the underground black music scene of the late 1970s.\n\n\"Bouncy Lady was sampled for  \"Brand New Funk\" by DJ Jazzy Jeff & the Fresh Prince.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}