Information about plays

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

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

{
    "id": 3640275,
    "uri": "https://api.kexp.org/v2/plays/3640275/?format=api",
    "airdate": "2026-04-10T12:00:37-07:00",
    "show": 66415,
    "show_uri": "https://api.kexp.org/v2/shows/66415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance Yrself Clean",
    "track_id": "18602fea-cef0-3c79-adc1-9839db5fc92e",
    "recording_id": "2351cd90-50cc-4862-bba0-6fa8b807b4e3",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": "351d23b7-a124-41c9-973e-78ac673b06dd",
    "release_group_id": "8898e5eb-48aa-4eea-8569-d3a2e9adaf02",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"LCD Soundsystem exist at the point of a Venn diagram where the loose grooves of disco bump up against the wiry spikiness of post-punk, and their songs hover between sharp-edged humor and heartfelt emotion.\"\n\nhttps://www.allmusic.com/artist/lcd-soundsystem-mn0000780005#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}