Information about plays

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

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

{
    "id": 3544104,
    "uri": "https://api.kexp.org/v2/plays/3544104/?format=api",
    "airdate": "2025-08-24T06:52:21-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The In Between (Excerpt, 7:49-7:56 PM)",
    "track_id": null,
    "recording_id": null,
    "artist": "Shelley Burgon",
    "artist_ids": [
        "568b4b9c-ce43-46d4-9eb0-331184038687"
    ],
    "album": "The In Between",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Thin Wrist Recordings"
    ],
    "label_ids": [
        "108d2a46-a61f-4673-a4db-d41b38f83123"
    ],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excerpt from a meditative 56-minute piece by California-based harpist, composer, and sound artist Shelley Burgon ~ https://shelleyburgon.bandcamp.com/album/the-in-between",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}