Information about plays

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

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

{
    "id": 3567238,
    "uri": "https://api.kexp.org/v2/plays/3567238/?format=api",
    "airdate": "2025-10-19T15:31:53-07:00",
    "show": 64878,
    "show_uri": "https://api.kexp.org/v2/shows/64878/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-395fae79-9512-4438-b504-421a5142216d/mbid-395fae79-9512-4438-b504-421a5142216d-42289395127_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-395fae79-9512-4438-b504-421a5142216d/mbid-395fae79-9512-4438-b504-421a5142216d-42289395127_thumb250.jpg",
    "song": "Home (Tom Sharkett edit)",
    "track_id": "164617d6-265d-48fb-af34-ff27b3a39dd8",
    "recording_id": "88d92251-c28a-4749-9da9-512fb4105567",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Home (Tom Sharkett edit)",
    "release_id": "395fae79-9512-4438-b504-421a5142216d",
    "release_group_id": "7c77af28-a757-42c5-9205-4972db8ad1df",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This edit comes courtesy of Tom Sharkett of Manchester synth-pop band W. H. Lung. \n\nDFA explains in album's liner notes, \"It wasn’t really hiding, just sitting quietly online. But Tom Sharkett’s edit of 'Home' was too good to ignore.\" https://tinyurl.com/44n549hr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}