Information about plays

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

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

{
    "id": 3647619,
    "uri": "https://api.kexp.org/v2/plays/3647619/?format=api",
    "airdate": "2026-04-27T23:29:04-07:00",
    "show": 66570,
    "show_uri": "https://api.kexp.org/v2/shows/66570/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7a3fd89-600c-4230-bd30-70ffc7e2ffe7/40472132313-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7a3fd89-600c-4230-bd30-70ffc7e2ffe7/40472132313-250.jpg",
    "song": "150e Jour",
    "track_id": null,
    "recording_id": null,
    "artist": "Marc Leclair",
    "artist_ids": [
        "117161fe-f9ae-4e31-be56-246e2a47cfd2"
    ],
    "album": "Musique Pour 3 Femmes Enceintes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In Sheep's Clothing"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Newly reissued (of the Montreal musician's spellbinding 2005 minimal masterpiece) - https://marcleclair.bandcamp.com/album/musique-pour-3-femmes-enceintes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}