Information about plays

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

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

{
    "id": 3629027,
    "uri": "https://api.kexp.org/v2/plays/3629027/?format=api",
    "airdate": "2026-03-14T23:14:30-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/265ca0f5-a88e-42a3-b800-b4ace44fbdc9/29877239274-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/265ca0f5-a88e-42a3-b800-b4ace44fbdc9/29877239274-250.jpg",
    "song": "Waiting for the Lady",
    "track_id": null,
    "recording_id": "8bb25bdc-d08c-49f6-ba08-0f07f73b4b82",
    "artist": "The Boys",
    "artist_ids": [
        "8b4081cd-1af7-4422-aa3d-1545efdf30c8"
    ],
    "album": "To Hell With the Boys",
    "release_id": null,
    "release_group_id": "873cd793-794d-308d-b23e-b300175b633a",
    "labels": [
        "Captain Oi!"
    ],
    "label_ids": [
        "3a12cdfc-fed4-43fd-8ed8-e8ee96277bdc"
    ],
    "release_date": "1979-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THE BOYS  have just released the single “Damn Those Eyes”. It’s the first single from The Boys forthcoming sixth studio album, due for release in the fall of 2026.\n\nhttps://www.theboys.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}