Information about plays

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

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

{
    "id": 3621908,
    "uri": "https://api.kexp.org/v2/plays/3621908/?format=api",
    "airdate": "2026-02-25T00:51:47-08:00",
    "show": 66023,
    "show_uri": "https://api.kexp.org/v2/shows/66023/?format=api",
    "image_uri": "https://coverartarchive.org/release/93dc9a66-b0cb-4c70-ad6a-473d01fde7f8/36898793850-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93dc9a66-b0cb-4c70-ad6a-473d01fde7f8/36898793850-250.jpg",
    "song": "Stellar",
    "track_id": null,
    "recording_id": "10b6ef6f-3568-4752-be24-1f94d45cba3b",
    "artist": "Incubus",
    "artist_ids": [
        "e3e0abcd-7671-4482-a9d8-462f5acc9be5"
    ],
    "album": "Monuments and Melodies",
    "release_id": null,
    "release_group_id": "6acf264a-fdd9-47b8-8578-67641ad92f20",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Stellar\" by Incubus, from their 1999 album Make Yourself, is a cosmic love song inspired by singer Brandon Boyd's relationship with Jo English, exploring transcendental feelings of being lifted and grounded by love, blending their signature alt-metal sound with spacey vibes and heartfelt lyrics about wonder and deep connection, becoming a hit in 2000 and showcasing the band's blend of intensity and tenderness.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}