Information about plays

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

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

{
    "id": 3655936,
    "uri": "https://api.kexp.org/v2/plays/3655936/?format=api",
    "airdate": "2026-05-17T12:23:57-07:00",
    "show": 66742,
    "show_uri": "https://api.kexp.org/v2/shows/66742/?format=api",
    "image_uri": "https://coverartarchive.org/release/96eff0cd-9a94-470a-a9b6-7f316bb4d2d4/35623323928-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96eff0cd-9a94-470a-a9b6-7f316bb4d2d4/35623323928-250.jpg",
    "song": "I Can Change (Stereogamous remix)",
    "track_id": null,
    "recording_id": "15342a28-d503-4cbd-97e7-c2a259748cc4",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "I Can Change",
    "release_id": null,
    "release_group_id": "d01a4f90-ee3f-4365-8775-3d3bc0084c5e",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2010-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2010, LCD Soundsystem released their third studio album, This Is Happening.\nNapa, CA and Vancouver BC are thee nearest tour dates coming up in August: https://lcdsoundsystem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}