Information about plays

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

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

{
    "id": 3671498,
    "uri": "https://api.kexp.org/v2/plays/3671498/?format=api",
    "airdate": "2026-06-23T07:36:13-07:00",
    "show": 67066,
    "show_uri": "https://api.kexp.org/v2/shows/67066/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hummer",
    "track_id": null,
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [],
    "album": "Sending Hearts To All My Dearies – A Tribute To The Smashing Pumpkins",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sumerian Records"
    ],
    "label_ids": [],
    "release_date": "2026-08-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coinciding with the 35th anniversary of Smashing Pumpkins’ debut album Gish, a new covers album celebrating the band has just been announced.\n\nEntitled \"Sending Hearts To All My Dearies – A Tribute To The Smashing Pumpkins\" arrives August 14th. It contains 15 songs spanning every ear of Pumpkins’ discography and includes takes by Tame Impala, among others.\n\nThe first single, out today, comes from Tame Impala who cover “Hummer” from Siamese Dream.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}