Information about plays

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

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

{
    "id": 3559076,
    "uri": "https://api.kexp.org/v2/plays/3559076/?format=api",
    "airdate": "2025-09-29T03:11:47-07:00",
    "show": 64697,
    "show_uri": "https://api.kexp.org/v2/shows/64697/?format=api",
    "image_uri": "https://coverartarchive.org/release/17bb914c-2255-4be8-b36b-9b66cae936ef/29124074483-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17bb914c-2255-4be8-b36b-9b66cae936ef/29124074483-250.jpg",
    "song": "Windigo",
    "track_id": null,
    "recording_id": "ece42377-57ac-47d6-b614-f562337ebddf",
    "artist": "Anachnid",
    "artist_ids": [
        "7d88d44e-3084-4351-b742-01287c600da8"
    ],
    "album": "Dreamweaver",
    "release_id": null,
    "release_group_id": "b8a635cf-8f27-44a4-8a87-735b9060feca",
    "labels": [
        "Musique nomade"
    ],
    "label_ids": [
        "dd9ed1dd-e2a5-4744-9a20-cb9c690a2d1e"
    ],
    "release_date": "2020-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oji-Cree\n--\nAnachnid is an Oji-Cree multidisciplinary artist based in Montreal. Her spirit animal, the spider, has eight legs, and she embodies many complex personalities on stage and in life: venomous spirit, young woman in love, caring grandmother.\nhttps://anachnid.bandcamp.com/album/dreamweaver",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}