Information about plays

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

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

{
    "id": 3635487,
    "uri": "https://api.kexp.org/v2/plays/3635487/?format=api",
    "airdate": "2026-03-30T06:58:07-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-d99d7f59-44ad-4fbd-a837-0dc00576f01b/mbid-d99d7f59-44ad-4fbd-a837-0dc00576f01b-38529495808_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-d99d7f59-44ad-4fbd-a837-0dc00576f01b/mbid-d99d7f59-44ad-4fbd-a837-0dc00576f01b-38529495808_thumb250.jpg",
    "song": "Sun It Rises",
    "track_id": "f66f2a4e-0329-35cd-aa7b-408dfa441307",
    "recording_id": "e7683202-ac4b-4381-9eaf-546be6214d61",
    "artist": "Fleet Foxes",
    "artist_ids": [
        "fa97dd36-1b82-43d7-a6e4-2adeafd59cef"
    ],
    "album": "Fleet Foxes",
    "release_id": "d99d7f59-44ad-4fbd-a837-0dc00576f01b",
    "release_group_id": "af9a5099-04c5-3aaf-b0d1-fa160bd92e02",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-06-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 40th Birthday to Robin Pecknold, singer-songwriter of Fleet Foxes, born on this day in 1986. \n\nHis father, Greg Pecknold, played in the Seattle-based soul band The Fathoms in the 1960s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}