Information about plays

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

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

{
    "id": 3622274,
    "uri": "https://api.kexp.org/v2/plays/3622274/?format=api",
    "airdate": "2026-02-25T20:42:59-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "https://coverartarchive.org/release/d88921bd-097c-4699-b5ee-982885f22e5e/39785623305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d88921bd-097c-4699-b5ee-982885f22e5e/39785623305-250.jpg",
    "song": "Free Energy",
    "track_id": null,
    "recording_id": "0134fcbf-4a3c-4705-8eba-17e58f17a098",
    "artist": "Bananagun",
    "artist_ids": [
        "4403e0fb-9dc0-46b0-9720-98bed53ec9cf"
    ],
    "album": "Why is the Colour of the Sky?",
    "release_id": null,
    "release_group_id": "600757de-6f4b-44c1-91dd-5cc25dde8724",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2024-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Says drummer Jimi Gregg about this song,, “It’s about the transient energy all around us and within us, exchanging between us, and the infinite possibilities depending on where you choose to place your energy. It’s like a force bigger than us that we can harness and transmute into cool things like a sculpture, a song, or even a roast dinner. It’s the ‘force’ Yoda talks about.”\n\nhttps://bananagun.bandcamp.com/album/why-is-the-colour-of-the-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}