Information about plays

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

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

{
    "id": 3569959,
    "uri": "https://api.kexp.org/v2/plays/3569959/?format=api",
    "airdate": "2025-10-25T21:15:54-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://dn721501.ca.archive.org/0/items/mbid-be530155-572e-42a2-afc5-bd3a12c377ca/mbid-be530155-572e-42a2-afc5-bd3a12c377ca-7593532807_thumb500.jpg",
    "thumbnail_uri": "https://dn721501.ca.archive.org/0/items/mbid-be530155-572e-42a2-afc5-bd3a12c377ca/mbid-be530155-572e-42a2-afc5-bd3a12c377ca-7593532807_thumb250.jpg",
    "song": "Return of the Fly",
    "track_id": "635fbcf2-d023-3433-b126-90844ded9fc4",
    "recording_id": "0efd29cc-abf0-4fd0-900d-4958d004c9a2",
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Box Set",
    "release_id": "be530155-572e-42a2-afc5-bd3a12c377ca",
    "release_group_id": "c87a760c-a32c-3809-a715-54f80033df05",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1996-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In tribute to the 1959 film",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}