Information about plays

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

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

{
    "id": 3640685,
    "uri": "https://api.kexp.org/v2/plays/3640685/?format=api",
    "airdate": "2026-04-11T09:48:40-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3861904-dc91-4eab-b813-d17d7f9f7516/11987309458-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3861904-dc91-4eab-b813-d17d7f9f7516/11987309458-250.jpg",
    "song": "Le Jardin de Lucy",
    "track_id": null,
    "recording_id": "c6b937c6-3842-46f7-bb69-8165065563bc",
    "artist": "Sumac Dub feat. Lucie Ravet",
    "artist_ids": [
        "a668b547-1369-4c74-ab64-c901bab6b746",
        "dafb1600-316d-4489-bdc2-d80dde77e498"
    ],
    "album": "Le Jardin de Lucy",
    "release_id": null,
    "release_group_id": "7fcbeb50-a6eb-4ef3-bdd7-2415c3e033c4",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sumac Dub (Tom Dorne) is a Grenoble-based French electro-dub producer and violinist known for blending atmospheric, world-inspired melodies with heavy, organic basslines. Active since 2015, he creates mystical, travel-inspired soundscapes, incorporating live violin into his productions and performances, bridging the gap between electronic production and live instrumentation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}