Information about plays

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

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

{
    "id": 3637291,
    "uri": "https://api.kexp.org/v2/plays/3637291/?format=api",
    "airdate": "2026-04-03T13:58:00-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://coverartarchive.org/release/4269cab6-2952-43cf-8813-3eb7059ec6c3/6693131507-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4269cab6-2952-43cf-8813-3eb7059ec6c3/6693131507-250.jpg",
    "song": "A Deeper Shade of Soul",
    "track_id": null,
    "recording_id": "0ba9ac75-9fd9-4220-a667-bf5d4d5ec657",
    "artist": "Ray Barretto & His Orchestra",
    "artist_ids": [
        "796ea4e8-23dd-4788-97d6-ad9e988aed1d"
    ],
    "album": "Acid",
    "release_id": null,
    "release_group_id": "82210a1f-badf-3477-a6b1-bc8efcddd610",
    "labels": [
        "Craft Recordings Latino"
    ],
    "label_ids": [
        "51801046-c3ae-4df8-aa9c-44c98e93ad7d"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ray Barretto, a percussionist who helped define the role of the conga drum in jazz and became an influential figure in both jazz and Latin music during a career spanning more than 50 years, died in 2006 at age 76. Read his NY Times obituary: https://www.nytimes.com/2006/02/18/arts/music/ray-barretto-a-master-of-the-conga-drum-dies-at-76.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}