Information about plays

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

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

{
    "id": 3524231,
    "uri": "https://api.kexp.org/v2/plays/3524231/?format=api",
    "airdate": "2025-07-08T07:12:44-07:00",
    "show": 63956,
    "show_uri": "https://api.kexp.org/v2/shows/63956/?format=api",
    "image_uri": "https://ia600504.us.archive.org/5/items/mbid-9da227d1-9283-44f9-8545-f01b796eabb8/mbid-9da227d1-9283-44f9-8545-f01b796eabb8-14527973395_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/5/items/mbid-9da227d1-9283-44f9-8545-f01b796eabb8/mbid-9da227d1-9283-44f9-8545-f01b796eabb8-14527973395_thumb250.jpg",
    "song": "The Slim",
    "track_id": "e7ebe52e-4db8-3ebb-b185-81b5881cfc92",
    "recording_id": "05a9c2e1-b4ed-4581-b69e-52f0ebc38215",
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": "9da227d1-9283-44f9-8545-f01b796eabb8",
    "release_group_id": "997a4855-3bd3-3e5c-81d0-656209b3aa74",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Husker Du frontman Bob Mould's second band Sugar. Off their first record which won album of the year according to NME in 1992. Bob Mould credits a lot of the success of the record to how Nirvana's Nevermind changed the way people listened to music.\n==\nNOW THAT IS THE SMELL OF TEEN SPIRIT!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}