Information about plays

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

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

{
    "id": 3622729,
    "uri": "https://api.kexp.org/v2/plays/3622729/?format=api",
    "airdate": "2026-02-26T21:13:37-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "https://coverartarchive.org/release/780c8e8e-2698-4fd1-a0e8-42700e5230f8/25433268783-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/780c8e8e-2698-4fd1-a0e8-42700e5230f8/25433268783-250.jpg",
    "song": "Blink",
    "track_id": null,
    "recording_id": "42f92209-690b-4f20-b793-b97612e4c620",
    "artist": "吉村弘",
    "artist_ids": [
        "9a197894-1a40-4650-89a2-928dcfcd1ef6"
    ],
    "album": "Music for Nine Post Cards",
    "release_id": null,
    "release_group_id": "ca95b2d5-bbbd-479a-9f4a-155fcaedd090",
    "labels": [
        "Empire of Signs"
    ],
    "label_ids": [
        "7f2eb25a-ff49-48cf-a38e-111e7fb312a0"
    ],
    "release_date": "1982-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "吉村弘 (Hiroshi Yoshimura) was a legendary Japanese musician and composer. He is considered a pioneer of ambient music in Japan. His music lies mostly in the minimalist genre of kankyō ongaku, or environment music—soft electronic melodies infused with the sounds of nature: babbling brooks, steady rain, and morning birds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}