Information about plays

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

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

{
    "id": 3635879,
    "uri": "https://api.kexp.org/v2/plays/3635879/?format=api",
    "airdate": "2026-03-31T05:00:28-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-6d5cd7c1-6fe5-4c46-a528-8755e82d1dfb/mbid-6d5cd7c1-6fe5-4c46-a528-8755e82d1dfb-43531896646_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-6d5cd7c1-6fe5-4c46-a528-8755e82d1dfb/mbid-6d5cd7c1-6fe5-4c46-a528-8755e82d1dfb-43531896646_thumb250.jpg",
    "song": "The Man I’m Supposed to Be",
    "track_id": "d60c888c-5e53-4498-a4e5-fee6228845cf",
    "recording_id": "d1b19625-45f5-4f52-ae80-a5048fbb2dd5",
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "My Days of 58",
    "release_id": "6d5cd7c1-6fe5-4c46-a528-8755e82d1dfb",
    "release_group_id": "349e0f25-131d-4f12-bd04-3c1ff84f74b0",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bill Callahan has inspired an audience to follow his unique style of song since 1990. For the first 17 years he called himself Smog and then began performing under his own name in 2007.\n\nhttps://billcallahan.bandcamp.com/album/my-days-of-58",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}