Information about plays

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

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

{
    "id": 3543323,
    "uri": "https://api.kexp.org/v2/plays/3543323/?format=api",
    "airdate": "2025-08-22T15:03:14-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://ia800102.us.archive.org/27/items/mbid-d8956dde-c200-35b5-9788-102ab6e33492/mbid-d8956dde-c200-35b5-9788-102ab6e33492-15880535068_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/27/items/mbid-d8956dde-c200-35b5-9788-102ab6e33492/mbid-d8956dde-c200-35b5-9788-102ab6e33492-15880535068_thumb250.jpg",
    "song": "We Share Our Mothers' Health",
    "track_id": "062fa60f-395c-3563-a0ba-23886e8dae1a",
    "recording_id": "87fba8d7-30d9-4b1b-809b-0c46d3f27306",
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "Silent Shout",
    "release_id": "d8956dde-c200-35b5-9788-102ab6e33492",
    "release_group_id": "02c05025-e031-30a0-afee-d92cea9d79dd",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Thomas in San Juan Islands\n\nOut of Sweden, siblings Olof and Karin Dreijer (now of Fever Ray) started The Knife using \"what they had on hand: a sampler the size of a suitcase, an organ, their father’s accordion, a bass guitar... Following their noses, their experiments grew into a collection of curious electronic pop songs that they decided to release on their own label, Rabid Records.\"\n\nhttps://theknife.net/bio\n\nhttps://theknife.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}