Information about plays

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

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

{
    "id": 3547594,
    "uri": "https://api.kexp.org/v2/plays/3547594/?format=api",
    "airdate": "2025-09-01T13:54:53-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "https://coverartarchive.org/release/babddca6-84d2-4fc3-8003-526a79e7dbb3/25464928078-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/babddca6-84d2-4fc3-8003-526a79e7dbb3/25464928078-250.jpg",
    "song": "Oberlove",
    "track_id": null,
    "recording_id": "b28466cb-6240-42da-b774-567f1f15a1a9",
    "artist": "Squarepusher",
    "artist_ids": [
        "4d86ad4e-28d8-4e9f-8cf4-735c57060fdc"
    ],
    "album": "Be Up a Hello",
    "release_id": null,
    "release_group_id": "6dc5a5e5-a07b-453e-8423-021dbe199253",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2020-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}