Information about plays

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

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

{
    "id": 3548740,
    "uri": "https://api.kexp.org/v2/plays/3548740/?format=api",
    "airdate": "2025-09-04T07:01:57-07:00",
    "show": 64469,
    "show_uri": "https://api.kexp.org/v2/shows/64469/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-7cced573-5d7e-4afc-830a-95b1f7845ec4/mbid-7cced573-5d7e-4afc-830a-95b1f7845ec4-24422674103_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/1/items/mbid-7cced573-5d7e-4afc-830a-95b1f7845ec4/mbid-7cced573-5d7e-4afc-830a-95b1f7845ec4-24422674103_thumb250.jpg",
    "song": "Jump Into the Fire (Radio One live session)",
    "track_id": "71135ae1-4e0d-4a04-bec6-e9d34fb287cb",
    "recording_id": "83bd5c44-af98-4e91-abbd-15982cbce013",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Daft Punk Is Playing at My House",
    "release_id": "ba7bd966-cac1-4a2f-be4a-529066da0815",
    "release_group_id": "b977d0ed-3da3-39ac-b2b4-e8b3fa2c06a6",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2005-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of Harry Nilsson's 1972 classic.\n\nLCD Soundsystem frequently performs \"Jump Into the Fire\"  during their encores. The band's energetic rendition appears in their 2012 documentary, Shut Up and Play the Hits, and their 2014 live album, The Long Goodbye.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}