Information about plays

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

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

{
    "id": 3548895,
    "uri": "https://api.kexp.org/v2/plays/3548895/?format=api",
    "airdate": "2025-09-04T16:01:17-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://ia801708.us.archive.org/8/items/mbid-679841df-599d-402f-9f89-0d0bb6e94368/mbid-679841df-599d-402f-9f89-0d0bb6e94368-3024595035_thumb500.jpg",
    "thumbnail_uri": "https://ia801708.us.archive.org/8/items/mbid-679841df-599d-402f-9f89-0d0bb6e94368/mbid-679841df-599d-402f-9f89-0d0bb6e94368-3024595035_thumb250.jpg",
    "song": "My Weakness",
    "track_id": "80262ddb-7ea7-30fd-a435-b4dc13102898",
    "recording_id": "aae280e1-d970-4025-9f2d-3dbde8b30a96",
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Play",
    "release_id": "679841df-599d-402f-9f89-0d0bb6e94368",
    "release_group_id": "7f6a4e72-9fee-39db-8817-63425f97a0f5",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1999-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby:  \"I never expected anyone to ever listen to this song. It was tagged on to the end because I love music that's equal parts disconcerting and beautiful - you can get caught up in a sense of beauty, but also it's unsettling. It's why I like a lot of late 19th Century classical music like Debussy's 'Prélude à l'après-midi d'un Faune.' I know it's beautiful but it also makes me feel uncomfortable. 'My Weakness' is such a strange piece of music. There's no drums and it's this odd African choir loop - I sampled it 12 years ago, I don't remember what it's from. What was most gratifying for me when When Play became successful was when people liked the more obscure songs. Gillian Anderson used 'The Sky Is Broken' in an X-Files episode. I was so flattered that someone had listened to the whole record.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}