Information about plays

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

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

{
    "id": 3547115,
    "uri": "https://api.kexp.org/v2/plays/3547115/?format=api",
    "airdate": "2025-08-31T09:58:17-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/64ad846c-77b3-430e-b11d-debfe0bb9df0/41961235693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64ad846c-77b3-430e-b11d-debfe0bb9df0/41961235693-250.jpg",
    "song": "I Don't Wanna Know",
    "track_id": null,
    "recording_id": "13119129-eeee-4c7e-b26b-71e8a7958e59",
    "artist": "Small Paul",
    "artist_ids": [
        "c2a23d44-99f9-4f5c-9924-13220ddf1b9f"
    ],
    "album": "I Was Love, I Was Light",
    "release_id": null,
    "release_group_id": "076e244c-0c92-4aae-83b4-c4ec42973a37",
    "labels": [
        "Self Released"
    ],
    "label_ids": [],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Seattle band recorded this at their hometown’s treasured studio, Hall of Justice. The band were a happy accident between housemates Kevin Murphy from The Moondoggies,Chris King and Malcolm Roberts from Chris King & The Gutterballs with Seth McDonald from All Star Opera.\nThey’re headlining the Vera stage at Bumbershoot today!\n\nhttps://smallpaulband.bandcamp.com/album/i-was-love-i-was-light",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}