Information about plays

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

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

{
    "id": 3628118,
    "uri": "https://api.kexp.org/v2/plays/3628118/?format=api",
    "airdate": "2026-03-12T14:06:40-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8445b5c-2307-4af7-a5ee-3f5c5eddf67b/1331378149-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8445b5c-2307-4af7-a5ee-3f5c5eddf67b/1331378149-250.jpg",
    "song": "Music Sounds Better With You",
    "track_id": null,
    "recording_id": "118efa07-a45d-4c54-901a-bb6f5101eed7",
    "artist": "Stardust",
    "artist_ids": [
        "7b75e88a-f211-4886-8c3d-dd9d7171eee5"
    ],
    "album": "Music Sounds Better With You",
    "release_id": null,
    "release_group_id": "a65ec23c-d260-3eaa-9fd2-afd9f839ecac",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was built around a sample of the guitar lick from Hiram Bullock on Chaka Khan's \"Fate.\"\n--\nBullock died in July 2008, almost exactly ten years on from the release of Music Sounds Better With You.\n\n“I think he was the greatest guitar player ever, with the exception perhaps of Jimi Hendrix,” Late Night’s Paul Shaffer told the New York Times at the time of his passing. “Nobody was ever better.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}