Information about plays

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

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

{
    "id": 3593786,
    "uri": "https://api.kexp.org/v2/plays/3593786/?format=api",
    "airdate": "2025-12-21T02:52:49-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ladyflash",
    "track_id": "1d34c51b-6c94-318c-875f-0ed8010810f9",
    "recording_id": "87a72a5a-0d2f-43a8-9b1a-bf8154d6fdfa",
    "artist": "The Go! Team",
    "artist_ids": [
        "8a396a9c-2e4f-47e2-a587-c26e93a0953f"
    ],
    "album": "Thunder, Lightning, Strike",
    "release_id": "45cd0da4-b9e7-3bf0-95d9-1c81a3be2db2",
    "release_group_id": "370f0e88-abf3-3a22-a7cd-9cb0c3ebdc61",
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2004-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song contains samples from at least 10 songs, including Lee Hazlewood and Nancy Sinatra's \"Down from Dover,\"  The Supremes' \"Come See About Me,\" and The Soul Searchers' \"Ashley's Roachclip.\"\n--\nThe Go! Team performed live in KEXP's Gathering Space in 2018: https://www.youtube.com/watch?v=lN2eO2p3sW0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}