Information about plays

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

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

{
    "id": 3639343,
    "uri": "https://api.kexp.org/v2/plays/3639343/?format=api",
    "airdate": "2026-04-08T05:36:17-07:00",
    "show": 66397,
    "show_uri": "https://api.kexp.org/v2/shows/66397/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb/mbid-c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb-18349541010_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb/mbid-c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb-18349541010_thumb250.jpg",
    "song": "I’ll Come Running (To Tie Your Shoe)",
    "track_id": "74f875d3-a73e-46b5-9c6e-e1c4428c1780",
    "recording_id": "e8acdfd1-677d-438d-9585-4225cbda5677",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Desert Island Selection",
    "release_id": "c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb",
    "release_group_id": "29ae3a62-61e4-3c4b-92e4-08d78fcdc9e6",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'll Come Running (To Tie Your Shoe)\" was released on Eno's third solo studio album Another Green World. This album began the transition from his earlier Rock albums into his Ambient work of the late 70s. \"I'll Come Running\" is one of 5 songs with vocals out of 14 tracks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}