Information about plays

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

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

{
    "id": 3652165,
    "uri": "https://api.kexp.org/v2/plays/3652165/?format=api",
    "airdate": "2026-05-08T14:17:53-07:00",
    "show": 66662,
    "show_uri": "https://api.kexp.org/v2/shows/66662/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1798dd8-58db-493a-bcec-ea3846ca6188/5116190233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1798dd8-58db-493a-bcec-ea3846ca6188/5116190233-250.jpg",
    "song": "Let’s Groove",
    "track_id": null,
    "recording_id": "7b02a5c7-0d6e-494b-b533-ec67e774536b",
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "Now, Then & Forever",
    "release_id": null,
    "release_group_id": "af393e0b-ea92-48fd-a1dc-a0b391e62676",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2013-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Full of gratitude yall, this is the best job in the world! Here's to more love & light.\n\n\"I urge you to write a two bar groove that’s good enough to be played non-stop for 5 minutes 39 seconds without becoming boring....2 bars. That’s it, the whole song is based on a simple E minor chord arpeggio repeated ad-libitum in different colors.\"  Here's a wonderful analysis of this famous track: \nhttps://v2.puremix.com/mixcheck-mix-analysis/lets-groove-earth-wind-fire.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}