Information about plays

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

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

{
    "id": 3628666,
    "uri": "https://api.kexp.org/v2/plays/3628666/?format=api",
    "airdate": "2026-03-14T05:38:20-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c910c44-6a19-40b6-b636-e4300685f0d9/28698685120-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c910c44-6a19-40b6-b636-e4300685f0d9/28698685120-250.jpg",
    "song": "Never Underestimate the Power of a Woman",
    "track_id": null,
    "recording_id": "151cf453-fefe-4511-9cb9-15729d8d13f1",
    "artist": "Klymaxx",
    "artist_ids": [
        "7b96d7c8-dd06-45ac-ab8a-5a6116950523"
    ],
    "album": "Never Underestimate the Power of a Woman",
    "release_id": null,
    "release_group_id": "8faf4f27-3ab8-4a48-832a-6620594898a0",
    "labels": [
        "Solar"
    ],
    "label_ids": [
        "8bb2ba0d-c96a-4389-a0bf-4a83b0a54914"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bernadette Cooper -\nSinger, songwriter, musician/multi-instrumentalist (drummer, percussionist, bassist, keyboardist/pianist), producer, and founder of R&B groups Madame X, Next Issue, and the '80s all-girl funk band Klymaxx. Apart from Klymaxx, Cooper has produced for Salt 'N' Pepa, Cheryl Lynn, Shalamar, and several others, a rarity for a woman in the music industry, particularly in the '80s and '90s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}