Information about plays

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

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

{
    "id": 3547324,
    "uri": "https://api.kexp.org/v2/plays/3547324/?format=api",
    "airdate": "2025-08-31T22:00:54-07:00",
    "show": 64440,
    "show_uri": "https://api.kexp.org/v2/shows/64440/?format=api",
    "image_uri": "https://coverartarchive.org/release/638febc4-912a-4564-8d56-b9eb3c3d439c/35405608149-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/638febc4-912a-4564-8d56-b9eb3c3d439c/35405608149-250.jpg",
    "song": "Byzar Prologue",
    "track_id": null,
    "recording_id": "30b2574a-5724-4595-a875-c4720a22462c",
    "artist": "DJ Spooky",
    "artist_ids": [
        "c8dbbadb-f5f1-449c-8827-43d00a73fe89"
    ],
    "album": "Necropolis: The Dialogic Project",
    "release_id": null,
    "release_group_id": "85003a1f-564a-3604-ba07-45b8936d5b5c",
    "labels": [
        "Knitting Factory Works"
    ],
    "label_ids": [
        "63d2736a-1e2d-4a69-a05a-008b13ffa073"
    ],
    "release_date": "1996-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}