Information about plays

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

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

{
    "id": 3592753,
    "uri": "https://api.kexp.org/v2/plays/3592753/?format=api",
    "airdate": "2025-12-18T17:17:42-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "https://ia800205.us.archive.org/3/items/mbid-1b2a52dd-2bde-4661-8345-e6af2ca4e3fa/mbid-1b2a52dd-2bde-4661-8345-e6af2ca4e3fa-9780728319_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/3/items/mbid-1b2a52dd-2bde-4661-8345-e6af2ca4e3fa/mbid-1b2a52dd-2bde-4661-8345-e6af2ca4e3fa-9780728319_thumb250.jpg",
    "song": "Tainted Love",
    "track_id": "17e3d48e-b623-452e-ab4c-9d3282c822f2",
    "recording_id": "4f94e453-dcf4-4765-9579-b03d9af0aafa",
    "artist": "Soft Cell",
    "artist_ids": [
        "7fb50287-029d-47cc-825a-235ca28024b2"
    ],
    "album": "The Singles",
    "release_id": "1b2a52dd-2bde-4661-8345-e6af2ca4e3fa",
    "release_group_id": "9e75e067-dc67-357d-96a8-e0a17270b259",
    "labels": [
        "Some Bizzare"
    ],
    "label_ids": [
        "6872340a-56ca-42a2-a689-611aa00f6da6"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP David Ball of Soft Cell, who passed away on October 22 at the age of 66.\n\nAway from Soft Cell, Ball was also one half of The Grid alongside esteemed musician and producer Richard Norris, with whom he enjoyed a string of chart successes in the ’90s, including the top three single and international hit ‘Swamp Thing’. \n---\nSoft Cell’s 1981 synth-pop hit “Tainted Love” is a remake of a 1964 Gloria Jones song. It was released on their album \"Non-Stop Erotic Cabaret\".\n\nhttps://www.softcell.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}