Information about plays

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

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

{
    "id": 3638329,
    "uri": "https://api.kexp.org/v2/plays/3638329/?format=api",
    "airdate": "2026-04-05T20:32:32-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/e125cd65-1a2f-4d60-8dec-c608e6a76d3a/28701170098-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e125cd65-1a2f-4d60-8dec-c608e6a76d3a/28701170098-250.jpg",
    "song": "Bring It Here",
    "track_id": null,
    "recording_id": "1bcac7f5-ab0b-4c72-9d6a-235cdd9dd7f3",
    "artist": "Wild Sugar",
    "artist_ids": [
        "129e1bcc-315d-4128-a81f-da8f7119cace"
    ],
    "album": "Messin’ Around / Bring It Here",
    "release_id": null,
    "release_group_id": "14c39465-67c7-3005-8181-65a01141b59d",
    "labels": [
        "P&P Records"
    ],
    "label_ids": [
        "cb0be142-5fc8-444c-92d1-a1401391f95e"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wild Sugar released \"Bring It Here\" as a b-side to \"Messin' Around\" in 1981.\n\nThe Fatback Band's drummer Bill Curtis and keyboardist Gerry Thomas produced two albums with Wild Sugar, a group best known for the tune “Bring It Here,” co-written by Curtis and Thomas and sampled in 30 songs, including the Beastie Boys' hit “Brass Monkey.” Other notable sampling artists include N.W.A., DJ Jazzy Jeff & the Fresh Prince, Grandmaster Flash, and DJ Hollywood.\n\nThe women of Wild Sugar were also Fatback’s backup singers and dancers and collaborated with the band throughout the 1980s.: http://www.fatbackband.com/band.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}