Information about plays

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

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

{
    "id": 3667092,
    "uri": "https://api.kexp.org/v2/plays/3667092/?format=api",
    "airdate": "2026-06-12T22:20:48-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://dn711106.ca.archive.org/0/items/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39-6491906051_thumb500.jpg",
    "thumbnail_uri": "https://dn711106.ca.archive.org/0/items/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39-6491906051_thumb250.jpg",
    "song": "Sunshine",
    "track_id": "50e95546-af64-40ea-bb78-0bcbc4199334",
    "recording_id": "5b3f5696-82a7-4c04-b4b0-67d2ce1677fc",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Stakes Is High",
    "release_id": "cd049454-4b45-4f24-ad23-067cc63ef5e5",
    "release_group_id": "2a6020bf-93bf-384f-8378-af380159261d",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Both De La Soul and A Tribe Called Quest were integral parts of the Native Tongues Hip-Hop collective\n\nThis song samples multiple elements of The Commodores' 1976 \"High on Sunshine.\" Lionel Richie got co-writing credit because of the sample. \"Sunshine\" also samples the Beastie Boys' \"Slow and Low\" and the hook from \"Blow Your Head\" from Fred Wesley and the J.B.'s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}