Information about plays

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

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

{
    "id": 3656377,
    "uri": "https://api.kexp.org/v2/plays/3656377/?format=api",
    "airdate": "2026-05-18T11:46:59-07:00",
    "show": 66751,
    "show_uri": "https://api.kexp.org/v2/shows/66751/?format=api",
    "image_uri": "https://ia801801.us.archive.org/9/items/mbid-b787531c-34e1-315c-ada4-39d4c3c5221a/mbid-b787531c-34e1-315c-ada4-39d4c3c5221a-27807499501_thumb500.jpg",
    "thumbnail_uri": "https://ia601801.us.archive.org/9/items/mbid-b787531c-34e1-315c-ada4-39d4c3c5221a/mbid-b787531c-34e1-315c-ada4-39d4c3c5221a-27807499501_thumb250.jpg",
    "song": "From the Air",
    "track_id": "d996ad88-b5cd-361b-945d-c121e72d97c8",
    "recording_id": "406706f1-5608-4a7a-a437-1c9cb5e57e8d",
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "Big Science",
    "release_id": "b787531c-34e1-315c-ada4-39d4c3c5221a",
    "release_group_id": "9b7fd241-b8b6-3b0a-862c-de826b1189ed",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2007-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening cut from Laurie's debut record which also features the epic \"O Superman!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}