Information about plays

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

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

{
    "id": 3548891,
    "uri": "https://api.kexp.org/v2/plays/3548891/?format=api",
    "airdate": "2025-09-04T15:54:26-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": "Guitar Flute & String",
    "track_id": "9a626b2c-0a6f-3aea-8e26-0fc47417629a",
    "recording_id": "92be83aa-a5f1-46d8-8b4b-66abdef72784",
    "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’m the worst judge of my music. This is my favorite song on the whole record. Hands down, bar none. Also recorded demo to a cassette. When Play was released, I didn’t think anyone was gonna listen to it. So I figured towards the end, I will put on the songs that I like. No one’s gonna listen to this record, certainly no one’s ever gonna get this far in the record. Track 15 or whatever? So I put it on there for myself. [The title] is not very inventive. Brought to you by the people that invented the orange.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}