Information about plays

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

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

{
    "id": 3644061,
    "uri": "https://api.kexp.org/v2/plays/3644061/?format=api",
    "airdate": "2026-04-19T08:38:03-07:00",
    "show": 66494,
    "show_uri": "https://api.kexp.org/v2/shows/66494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Is Within",
    "track_id": null,
    "recording_id": null,
    "artist": "Fabio Orsi",
    "artist_ids": [
        "c7b2e4b2-11f6-482e-aef6-f1d4ad361dcf"
    ],
    "album": "In The Quiet  Of A Short  Winter,  Every  Hidden  Thing  Finds  A Voice  Sharper  Than  Memory",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Silentes"
    ],
    "label_ids": [],
    "release_date": "2026-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off a stellar early 2026 album from Italian composer Fabio Orsi ~ https://silentes.bandcamp.com/album/in-the-quiet-of-a-short-winter-every-hidden-thing-finds-a-voice-sharper-than-memory",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}