Information about plays

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

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

{
    "id": 3523402,
    "uri": "https://api.kexp.org/v2/plays/3523402/?format=api",
    "airdate": "2025-07-06T09:38:55-07:00",
    "show": 63937,
    "show_uri": "https://api.kexp.org/v2/shows/63937/?format=api",
    "image_uri": "https://ia601308.us.archive.org/21/items/mbid-6454242a-1fc9-49b9-8e97-fa03d7050bdc/mbid-6454242a-1fc9-49b9-8e97-fa03d7050bdc-1066733067_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/21/items/mbid-6454242a-1fc9-49b9-8e97-fa03d7050bdc/mbid-6454242a-1fc9-49b9-8e97-fa03d7050bdc-1066733067_thumb250.jpg",
    "song": "Man on Fire",
    "track_id": "39989ef8-4b06-30d8-82a3-24367d797808",
    "recording_id": "97db81b3-5cca-4bbc-8061-c0442784e739",
    "artist": "Edward Sharpe and the Magnetic Zeros",
    "artist_ids": [
        "4a069029-4f64-4946-b650-01aeb0b55d9d"
    ],
    "album": "Here",
    "release_id": "6454242a-1fc9-49b9-8e97-fa03d7050bdc",
    "release_group_id": "d9f20c20-615d-4929-ad2b-dc32730c6e65",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2012-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed by Ima Robot founder Alex Ebert and featuring a ten-piece outfit, the name Edward Sharpe is derived from a story that Alex Ebert wrote as a child about a fictional messianic character named Edward Sharpe.\n\nhttps://www.allmusic.com/artist/edward-sharpe-the-magnetic-zeros-mn0000463037",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}