Information about plays

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

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

{
    "id": 3638941,
    "uri": "https://api.kexp.org/v2/plays/3638941/?format=api",
    "airdate": "2026-04-07T05:44:20-07:00",
    "show": 66389,
    "show_uri": "https://api.kexp.org/v2/shows/66389/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-c6b2c6bb-945b-44a5-962b-31acd9214fcf/mbid-c6b2c6bb-945b-44a5-962b-31acd9214fcf-12452309553_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-c6b2c6bb-945b-44a5-962b-31acd9214fcf/mbid-c6b2c6bb-945b-44a5-962b-31acd9214fcf-12452309553_thumb250.jpg",
    "song": "Donovan",
    "track_id": "d0c7c6d3-f899-4764-b053-d6fb94ce3053",
    "recording_id": "40880593-0280-43f5-9ae3-9232a3364be3",
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Pills ’n’ Thrills and Bellyaches",
    "release_id": "c6b2c6bb-945b-44a5-962b-31acd9214fcf",
    "release_group_id": "f63a7c53-571f-3d4a-a942-053f56590605",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Paul Oakenfold and Steve Osborne, \"Donovan\" is a psychedelic, accordion-driven groove that famously \"appropriates\" lyrics and themes from 1960s folk-pop icon Donovan, specifically his 1966 hit \"Sunshine Superman\".\n\nhttps://happymondays.bandcamp.com/track/donovan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}