Information about plays

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

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

{
    "id": 3641575,
    "uri": "https://api.kexp.org/v2/plays/3641575/?format=api",
    "airdate": "2026-04-13T13:25:48-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "https://coverartarchive.org/release/3abe7489-b820-4fe8-9e96-bf0a75bb18b2/23984979864-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3abe7489-b820-4fe8-9e96-bf0a75bb18b2/23984979864-250.jpg",
    "song": "More Than Enough",
    "track_id": null,
    "recording_id": "61bc49f9-86fa-4530-bb78-8e2c90c9a793",
    "artist": "Universal Togetherness Band",
    "artist_ids": [
        "6fbea87f-47cb-4056-be64-22b26b4e21d3"
    ],
    "album": "Saturday Night",
    "release_id": null,
    "release_group_id": "04e4cc20-641a-4964-8e0f-2e5984fa0433",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2014-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band formed in 1979, when Columbia College student Andre Gibson spotted an engineering department flyer for an audio production class looking for bands to record in their studios. Gibson jump at the opportunity, assembling a motley crew from several chapters in his life into the Universal Togetherness Band. Watch this short documentary that explores how UTB went from being college students to stars in Numero Group's disco universe: https://bit.ly/3Lh60Rc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}