Information about plays

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

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

{
    "id": 3593921,
    "uri": "https://api.kexp.org/v2/plays/3593921/?format=api",
    "airdate": "2025-12-21T08:09:53-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pulse (Duo)",
    "track_id": null,
    "recording_id": null,
    "artist": "Pulse",
    "artist_ids": [],
    "album": "Pulse",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "New Focus Recordings"
    ],
    "label_ids": [],
    "release_date": "2025-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off an early 2025 album from Pulse, a Cleveland-area based quartet of instrumentalists/composers who have crafted a group sound that is grounded in the improvised music of the Rust Belt, Upper Midwest, and the Plains ~ https://pulsemusic216.bandcamp.com/album/pulse",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}