Information about plays

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

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

{
    "id": 3668452,
    "uri": "https://api.kexp.org/v2/plays/3668452/?format=api",
    "airdate": "2026-06-16T00:23:45-07:00",
    "show": 67000,
    "show_uri": "https://api.kexp.org/v2/shows/67000/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b7ff69f-9033-30a5-bf4f-b91953ea3274/10425827801-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b7ff69f-9033-30a5-bf4f-b91953ea3274/10425827801-250.jpg",
    "song": "Chlorine Dream",
    "track_id": null,
    "recording_id": "02214175-dde5-474d-94e8-172f477ddcff",
    "artist": "Spirea X",
    "artist_ids": [
        "4916c003-01fe-4e74-bffd-c6488e6d6e1a"
    ],
    "album": "Chlorine Dream",
    "release_id": null,
    "release_group_id": "a8d856bf-afd6-39f3-9872-16e5cab057ac",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1991-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Underrated '90s indie rock cut)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}