Information about plays

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

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

{
    "id": 3530727,
    "uri": "https://api.kexp.org/v2/plays/3530727/?format=api",
    "airdate": "2025-07-23T11:41:36-07:00",
    "show": 64091,
    "show_uri": "https://api.kexp.org/v2/shows/64091/?format=api",
    "image_uri": "https://ia800303.us.archive.org/30/items/mbid-decbc9c9-02bb-4d2c-8998-90775a2266e8/mbid-decbc9c9-02bb-4d2c-8998-90775a2266e8-13474985144_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/30/items/mbid-decbc9c9-02bb-4d2c-8998-90775a2266e8/mbid-decbc9c9-02bb-4d2c-8998-90775a2266e8-13474985144_thumb250.jpg",
    "song": "Close My Eyes Forever",
    "track_id": "6c3e6f5c-83b9-4644-ae9b-4543573c9c47",
    "recording_id": "94fdd60e-57a7-4998-a486-1e31aab54f49",
    "artist": "Lita Ford",
    "artist_ids": [
        "f20ba447-269a-445a-9347-c1ec8632c455"
    ],
    "album": "Lita",
    "release_id": "decbc9c9-02bb-4d2c-8998-90775a2266e8",
    "release_group_id": "6e5f9bcd-6975-3535-b295-cf3841d97169",
    "labels": [
        "RCA",
        "BMG",
        "Dreamland Records"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "29d7c88f-5200-4418-a683-5c94ea032e38",
        "0cece359-63c9-4b0f-9733-2970fd52b286"
    ],
    "release_date": "1988-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Found on the third solo record from The Runaways member Lita Ford. “Close My Eyes Forever” was co-written with Ozzy Osbourne, and also features him on vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}