Information about plays

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

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

{
    "id": 3543067,
    "uri": "https://api.kexp.org/v2/plays/3543067/?format=api",
    "airdate": "2025-08-21T22:36:18-07:00",
    "show": 64351,
    "show_uri": "https://api.kexp.org/v2/shows/64351/?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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}