Information about plays

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

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

{
    "id": 3637908,
    "uri": "https://api.kexp.org/v2/plays/3637908/?format=api",
    "airdate": "2026-04-04T20:47:14-07:00",
    "show": 66368,
    "show_uri": "https://api.kexp.org/v2/shows/66368/?format=api",
    "image_uri": "https://dn721305.ca.archive.org/0/items/mbid-44346661-bdfe-44db-b31c-2b5cdc582dce/mbid-44346661-bdfe-44db-b31c-2b5cdc582dce-6203102956_thumb500.jpg",
    "thumbnail_uri": "https://dn721305.ca.archive.org/0/items/mbid-44346661-bdfe-44db-b31c-2b5cdc582dce/mbid-44346661-bdfe-44db-b31c-2b5cdc582dce-6203102956_thumb250.jpg",
    "song": "Mykonos",
    "track_id": "82408782-c680-3699-a194-73f9926d3d7e",
    "recording_id": "a9915135-8a30-4e14-a4ac-eb6366d80608",
    "artist": "Fleet Foxes",
    "artist_ids": [
        "fa97dd36-1b82-43d7-a6e4-2adeafd59cef"
    ],
    "album": "Sun Giant",
    "release_id": "44346661-bdfe-44db-b31c-2b5cdc582dce",
    "release_group_id": "5d48f82c-08c5-3df9-814c-2a4f8c1ad554",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-04-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sun Giant was mostly recorded in January 2008 at Bear Creek, Woodinville, Washington. Additional recording was made at the band's house and Stuart Hollerman's Avasti Studio, the latter was also the place where the EP was mixed.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}