Information about plays

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

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

{
    "id": 3546996,
    "uri": "https://api.kexp.org/v2/plays/3546996/?format=api",
    "airdate": "2025-08-31T02:31:01-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c233718-3eb9-3abb-acf1-d184320a6ba8/13487518857-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c233718-3eb9-3abb-acf1-d184320a6ba8/13487518857-250.jpg",
    "song": "92°",
    "track_id": null,
    "recording_id": null,
    "artist": "Siouxsie & The Banshees",
    "artist_ids": [],
    "album": "Tinderbox",
    "release_id": null,
    "release_group_id": "9575d8eb-3d5f-4028-af88-0492e17b4898",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1986-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That pot I keep watching just refuses to boil...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}