Information about plays

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

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

{
    "id": 3640041,
    "uri": "https://api.kexp.org/v2/plays/3640041/?format=api",
    "airdate": "2026-04-09T21:21:18-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "https://coverartarchive.org/release/0af3cea4-5c39-407c-8521-79eb66948f0f/27410618447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0af3cea4-5c39-407c-8521-79eb66948f0f/27410618447-250.jpg",
    "song": "Clair de Lune",
    "track_id": null,
    "recording_id": "8bf270c0-2147-4452-a0fd-becb80de80f2",
    "artist": "Tomita",
    "artist_ids": [
        "9119e57f-1086-48b2-8a93-57feacb7f6d9"
    ],
    "album": "Snowflakes Are Dancing",
    "release_id": null,
    "release_group_id": "5be66654-a0a5-39bb-90d1-0224532ee319",
    "labels": [],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tomita created a collection of classical compositions by Claire De Bussey entirely on the synthesizers after listening to Wendy Carlos' \"Switched On Bach\"\n--\nhttps://tomitaa.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}