Information about plays

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

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

{
    "id": 3605206,
    "uri": "https://api.kexp.org/v2/plays/3605206/?format=api",
    "airdate": "2026-01-16T19:22:08-08:00",
    "show": 65668,
    "show_uri": "https://api.kexp.org/v2/shows/65668/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DAY & NIGHT",
    "track_id": null,
    "recording_id": null,
    "artist": "Jay Sax",
    "artist_ids": [
        "5420337b-9d1b-4311-b02b-2b1a9a8a6e17"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jay Sax is a high-energy saxophonist delivering the unmistakable sound of Ibiza to events across the UK and beyond. With over 35 years of musical experience—and 20 years playing in bands—Jay knows how to ignite a dancefloor with his signature fusion of live sax and Piano sounds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}