Information about plays

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

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

{
    "id": 3667170,
    "uri": "https://api.kexp.org/v2/plays/3667170/?format=api",
    "airdate": "2026-06-13T02:53:42-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/96d6e947-dcc3-4091-b464-58f917c216c2/41245760542-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96d6e947-dcc3-4091-b464-58f917c216c2/41245760542-250.jpg",
    "song": "Exterminating Angel",
    "track_id": null,
    "recording_id": "c8350339-fa78-4228-87d5-4921d1a9f205",
    "artist": "The Creatures",
    "artist_ids": [
        "9295f2ab-32d5-4f05-8c5d-44daa34e81fa"
    ],
    "album": "Anima Animus",
    "release_id": null,
    "release_group_id": "3b5059a0-23ad-3543-ac1a-47462a490a38",
    "labels": [
        "Sioux Records"
    ],
    "label_ids": [
        "8f5c2603-fab4-4677-9a86-b5504e916d44"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/180312-The-Creatures-Anima-Animus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}