Information about plays

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

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

{
    "id": 3657093,
    "uri": "https://api.kexp.org/v2/plays/3657093/?format=api",
    "airdate": "2026-05-20T04:32:31-07:00",
    "show": 66764,
    "show_uri": "https://api.kexp.org/v2/shows/66764/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-2aa5156f-8625-489c-a9ee-25c5c4737254/mbid-2aa5156f-8625-489c-a9ee-25c5c4737254-43210252612_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-2aa5156f-8625-489c-a9ee-25c5c4737254/mbid-2aa5156f-8625-489c-a9ee-25c5c4737254-43210252612_thumb250.jpg",
    "song": "I Am Stretched on Your Grave",
    "track_id": "a784ddab-fba5-32f5-ac13-a80e5a5a3578",
    "recording_id": "dbcc598a-3f93-4f82-bce1-8c3f5d39ed5c",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "She Who Dwells in the Secret Place of the Most High Shall Abide Under the Shadow of the Almighty",
    "release_id": "2aa5156f-8625-489c-a9ee-25c5c4737254",
    "release_group_id": "eadb0edd-fa5e-3078-945a-b74f0079318a",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "2003-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "So I'm stretched on your grave\nAnd will lie there forever\nIf you hands were in mine\nI'd be sure we'd not sever\nMy apple tree, my brightness\nIt's time we were together\nFor I smell of the earth\nAnd am worn by the weather",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}