Information about plays

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

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

{
    "id": 3596071,
    "uri": "https://api.kexp.org/v2/plays/3596071/?format=api",
    "airdate": "2025-12-26T01:29:55-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The District Sleeps Alone Tonight (DJ Downfall Persistent Beat mix)",
    "track_id": "f4e8b801-181e-382f-a432-3adf443e5794",
    "recording_id": "64c0964c-1280-4000-a91f-e8ac2f1c4d0f",
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": "89b84d6b-2067-4179-8478-ea3e24ddcb9f",
    "release_group_id": "ee51d41d-d337-3ce1-b72c-3f40e1973e2b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-04-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the 10th anniversary deluxe edition of Give Up! https://thepostalservice.bandcamp.com/track/the-district-sleeps-alone-tonight-dj-downfall-persistent-beat-mix\n\nThe \"District\" in the song's title is a reference to Washington, D.C. (known colloquially as \"The District\" by its inhabitants) where Ben Gibbard's girlfriend at the time had moved.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}