Information about plays

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

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

{
    "id": 3613573,
    "uri": "https://api.kexp.org/v2/plays/3613573/?format=api",
    "airdate": "2026-02-05T14:52:00-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea6c654c-950d-427f-b2da-d1c618297982/43595366838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea6c654c-950d-427f-b2da-d1c618297982/43595366838-250.jpg",
    "song": "Let’s Ride",
    "track_id": null,
    "recording_id": "1e3e300e-3e9f-465f-ab0d-9560a9bf2279",
    "artist": "Q‐Tip",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "Amplified",
    "release_id": null,
    "release_group_id": "3c6c1577-e00a-3eb3-bfad-041b3ebb6aa4",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The track for “Let’s Ride,\" produced by J Dilla, centers on a complex muted guitar chord line sampled from the John Coltrane composition “Giant Steps” as performed by Joe Pass. The rhythm however, is sampled from The Vibrette’s “Humpty Dump” and gated to stylistically remove all of the reverb on the drums in the original sample.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}