Information about plays

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

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

{
    "id": 3609688,
    "uri": "https://api.kexp.org/v2/plays/3609688/?format=api",
    "airdate": "2026-01-27T06:27:46-08:00",
    "show": 65767,
    "show_uri": "https://api.kexp.org/v2/shows/65767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pink Noise (Rock Me Amadeus)",
    "track_id": "63f0ca40-3843-32a1-9fde-3456a56ab909",
    "recording_id": "f1ea67cf-c609-4022-99b8-c4027a77116c",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Stereopathetic Soulmanure",
    "release_id": "e25dafa3-dc2e-47e4-99dc-dc3d460042ca",
    "release_group_id": "4f331fd2-a997-3be6-bde5-025b5770576c",
    "labels": [
        "Flipside Records"
    ],
    "label_ids": [
        "127a27ca-9206-478e-8652-b44eef6d30c1"
    ],
    "release_date": "1994-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating Mozart's 270th birthday today!\n\nThe subtitle of Beck's \"Pink Noise (Rock Me Amadeus)\" is a reference to the 1985 hit \"Rock Me Amadeus\" by Austrian pop artist Falco. Falco’s original song was a \"pop-rap\" biography of Mozart, detailing his status as a \"punker\" in 18th-century Vienna, his fame, and his financial debts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}