Information about plays

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

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

{
    "id": 3618206,
    "uri": "https://api.kexp.org/v2/plays/3618206/?format=api",
    "airdate": "2026-02-16T07:25:58-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-99811fb9-31c8-481f-b514-e635f2491ff2/mbid-99811fb9-31c8-481f-b514-e635f2491ff2-7940781627_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-99811fb9-31c8-481f-b514-e635f2491ff2/mbid-99811fb9-31c8-481f-b514-e635f2491ff2-7940781627_thumb250.jpg",
    "song": "In the Morning",
    "track_id": "659eed7a-9872-3976-8a9e-0d0868e4d923",
    "recording_id": "acb4a4c2-64e2-4bd6-bb36-4471cd84227b",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "There’s Nothing Wrong With Love",
    "release_id": "99811fb9-31c8-481f-b514-e635f2491ff2",
    "release_group_id": "8bcfdf35-83e9-3148-b97e-3912976e7c58",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1994-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It is, in fact, the morning!\n\nBuilt to Spill played Live on KEXP many times throughout the years, including this 2022 session! https://www.youtube.com/watch?v=J5zh_eUHokc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}