Information about plays

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

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

{
    "id": 3610654,
    "uri": "https://api.kexp.org/v2/plays/3610654/?format=api",
    "airdate": "2026-01-29T14:34:54-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "https://coverartarchive.org/release/77bfd8b1-9384-4a70-aa18-e5dd5107f2a2/1081524081-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77bfd8b1-9384-4a70-aa18-e5dd5107f2a2/1081524081-250.jpg",
    "song": "I Can't See Me Without You",
    "track_id": null,
    "recording_id": "493560ec-f57f-4fc7-90f0-694b5ef178a6",
    "artist": "The Main Ingredient",
    "artist_ids": [
        "ee06187e-f6db-46e0-8164-be626127673d"
    ],
    "album": "Bitter Sweet",
    "release_id": null,
    "release_group_id": "e7383cb0-61c2-3a55-bebb-3179ad59511f",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The group was formed in Harlem in 1964 as a trio called the Poets, composed of lead singer Donald McPherson, Luther Simmons, Jr., and Panama-born Tony Silvester.: https://soultracks.com/artist/main_ingredient/\n--\nAtmosphere sampled this one for \"A Girl Named Hope.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}