Information about plays

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

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

{
    "id": 3629567,
    "uri": "https://api.kexp.org/v2/plays/3629567/?format=api",
    "airdate": "2026-03-16T03:06:08-07:00",
    "show": 66195,
    "show_uri": "https://api.kexp.org/v2/shows/66195/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e1bc29e-4f38-4cd3-87fe-897c8fabf37e/42592256199-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e1bc29e-4f38-4cd3-87fe-897c8fabf37e/42592256199-250.jpg",
    "song": "Life's Gone Down Low",
    "track_id": null,
    "recording_id": "1139b011-05ba-4261-a931-eac7bb82fdd6",
    "artist": "The Lijadu Sisters",
    "artist_ids": [
        "9c5c0632-dbef-4674-a90c-af04412a1508"
    ],
    "album": "Danger",
    "release_id": null,
    "release_group_id": "5999b477-dce5-4b5e-bf7e-6c49a488e72f",
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lijadu Sisters, Taiwo and Kehinde Lijadu, were identical twin sisters from Nigeria who were a Nigerian music duo from the mid-1960s to the 1980s. Surviving sister Taiwo along with her filmaker niece Olukemi Lijadu, are collaborating on a new project about the sisters' legacy, and the reissuing of their back catalog.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}