Information about plays

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

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

{
    "id": 3617749,
    "uri": "https://api.kexp.org/v2/plays/3617749/?format=api",
    "airdate": "2026-02-15T07:13:55-08:00",
    "show": 65939,
    "show_uri": "https://api.kexp.org/v2/shows/65939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Max",
    "track_id": null,
    "recording_id": null,
    "artist": "Enno Velthuys",
    "artist_ids": [
        "201d3172-dc3d-4a8d-99d4-f7f801f6efe0"
    ],
    "album": "Music From the Other Side of the Fence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stroom"
    ],
    "label_ids": [],
    "release_date": "2026-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fascinating forthcoming release from the mysterious artist Enno Velthuys that's coming out next month on Belgian label Stroom ~ https://stroomtv.bandcamp.com/album/music-from-the-other-side-of-the-fence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}