Information about plays

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

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

{
    "id": 3609933,
    "uri": "https://api.kexp.org/v2/plays/3609933/?format=api",
    "airdate": "2026-01-27T20:53:17-08:00",
    "show": 65772,
    "show_uri": "https://api.kexp.org/v2/shows/65772/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dharma Lovers",
    "track_id": null,
    "recording_id": null,
    "artist": "Eric Hilton",
    "artist_ids": [
        "28ea287e-6e83-473f-b404-936bbfbb88f6"
    ],
    "album": "A Sky So Close",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Monserrat House"
    ],
    "label_ids": [],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1/2 of Thievery Corporation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}