Information about plays

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

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

{
    "id": 3656579,
    "uri": "https://api.kexp.org/v2/plays/3656579/?format=api",
    "airdate": "2026-05-18T22:56:34-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd8df31b-d53e-41ce-a803-8ce45f011afa/45126163780-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd8df31b-d53e-41ce-a803-8ce45f011afa/45126163780-250.jpg",
    "song": "Hiriketiya",
    "track_id": null,
    "recording_id": "7f470ed3-ca15-4844-b855-867293d8c4b7",
    "artist": "Alex Albrecht",
    "artist_ids": [
        "745a2004-1b2f-4d6c-8902-d7d6562562ab"
    ],
    "album": "Hiriketiya",
    "release_id": null,
    "release_group_id": "61b44b68-e998-4638-a851-c95f9912d4af",
    "labels": [
        "Analogue Attic"
    ],
    "label_ids": [],
    "release_date": "2026-05-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne's Alex Albrecht new record in collaboration with a host of Sri Lankan musicians during his recent residency there - https://analogueattic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}