Information about plays

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

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

{
    "id": 3602952,
    "uri": "https://api.kexp.org/v2/plays/3602952/?format=api",
    "airdate": "2026-01-11T06:01:43-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untitled 01",
    "track_id": null,
    "recording_id": null,
    "artist": "Ave Grave x Unlearn",
    "artist_ids": [],
    "album": "Ave Grave x Unlearn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "We All Speak In Poems"
    ],
    "label_ids": [],
    "release_date": "2026-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning <3 Easing into this week's show with the first taste of a forthcoming collaborative album between Berlin-based artist Ave Grave and San Francisco-based artist Unlearn ~ https://avegrave.bandcamp.com/album/ave-grave-x-unlearn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}