Information about plays

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

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

{
    "id": 3588846,
    "uri": "https://api.kexp.org/v2/plays/3588846/?format=api",
    "airdate": "2025-12-09T09:13:07-08:00",
    "show": 65330,
    "show_uri": "https://api.kexp.org/v2/shows/65330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rabbit Run (Interpol remix)",
    "track_id": "8ea66e9b-7498-4a18-8223-8bebb35d0765",
    "recording_id": "fa399c1e-e60f-465b-9c83-dfdde0516b0c",
    "artist": "IDLES & Interpol",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af",
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Caught Stealing Remixes",
    "release_id": "2e2a2631-5ca2-41f5-9dfe-2c71abe409e0",
    "release_group_id": "59f8bbef-544c-4ba7-b429-98436b536cf1",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sam Fogarino (drummer of Interpol) on his take of IDLE's song for the Darren Aronofsky film Caught Stealing:\n\"I was so taken by the dynamic bombast of the original mix, that I just sat and listened to it, on repeat, for an embarrassing length of time. A white knuckle rollercoaster ride of a listen.\"\n\nhttps://idlesband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}