Information about plays

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

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

{
    "id": 3635043,
    "uri": "https://api.kexp.org/v2/plays/3635043/?format=api",
    "airdate": "2026-03-29T07:59:26-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "https://coverartarchive.org/release/903468db-82fa-49a8-a60b-7bd97a01156e/44044294769-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/903468db-82fa-49a8-a60b-7bd97a01156e/44044294769-250.jpg",
    "song": "Childlike",
    "track_id": null,
    "recording_id": "4c482016-1360-4d32-80b6-48dce2a9e489",
    "artist": "Hania Rani",
    "artist_ids": [
        "59be490d-21e4-44d4-8cf2-939c8fbca25f"
    ],
    "album": "Sentimental Value",
    "release_id": null,
    "release_group_id": "909c5d21-540e-461c-8481-d49b9bbd9d14",
    "labels": [
        "Gondwana Records"
    ],
    "label_ids": [
        "e1e21b32-7a3f-459f-865c-9f9b45dab41a"
    ],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off Polish musician and composer Hania Rani's original score to Joachim Trier’s Oscar-winning and Cannes-winning film Sentimental Value, which was written before a single frame was edited; instead, she was given a carefully written script and the freedom of her own substantial imagination ~ https://haniarani.bandcamp.com/album/sentimental-value :: \nWatch Hania Rani's magical Live on KEXP session here: https://www.youtube.com/watch?v=_3EuiU1qdpE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}