Information about plays

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

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

{
    "id": 3638589,
    "uri": "https://api.kexp.org/v2/plays/3638589/?format=api",
    "airdate": "2026-04-06T10:36:05-07:00",
    "show": 66383,
    "show_uri": "https://api.kexp.org/v2/shows/66383/?format=api",
    "image_uri": "https://ia800403.us.archive.org/3/items/mbid-594d75f2-419a-45b0-b50e-7c6c34b2c62b/mbid-594d75f2-419a-45b0-b50e-7c6c34b2c62b-29642768249_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-594d75f2-419a-45b0-b50e-7c6c34b2c62b/mbid-594d75f2-419a-45b0-b50e-7c6c34b2c62b-29642768249_thumb250.jpg",
    "song": "I Can't Forget",
    "track_id": "1d25d3d0-ea32-32b4-84ce-46795cf3797f",
    "recording_id": "ac5a540f-745f-4b0d-9421-c974a5bb7587",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "I’m Your Fan: The Songs of Leonard Cohen by…",
    "release_id": "594d75f2-419a-45b0-b50e-7c6c34b2c62b",
    "release_group_id": "fe6f41ca-90a4-3110-8441-1343a57a88a5",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 61st birthday, Charles Michael Kittridge Thompson IV (born April 6, 1965), known professionally as Black Francis and formerly Frank Black!\n\nThis is Pixies, covering Leonard Cohen.  The song was on Cohen's eighth album, \"I'm Your Man,\" released on February 2nd, 1988. Pixies recorded it in the same year as “Trompe le monde”, their final album before a 23 year break.\n\nhttps://www.pixiesmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}