Information about plays

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

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

{
    "id": 3619782,
    "uri": "https://api.kexp.org/v2/plays/3619782/?format=api",
    "airdate": "2026-02-20T04:44:36-08:00",
    "show": 65979,
    "show_uri": "https://api.kexp.org/v2/shows/65979/?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": [
        "The Sound of Brooklyn (TSOB)"
    ],
    "label_ids": [
        "35281c8c-738c-4401-87de-348967125086"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 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 the Beastie Boys hit “Brass Monkey.” \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"
}