Information about plays

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

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

{
    "id": 3548850,
    "uri": "https://api.kexp.org/v2/plays/3548850/?format=api",
    "airdate": "2025-09-04T13:36:04-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/1cc63af7-ff3c-4ec5-a6c5-1bc5563e80d9/10778255429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1cc63af7-ff3c-4ec5-a6c5-1bc5563e80d9/10778255429-250.jpg",
    "song": "Porcelain",
    "track_id": null,
    "recording_id": "fd2d0817-322a-4a86-b0e5-d0c339924f5a",
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Play",
    "release_id": null,
    "release_group_id": "7f6a4e72-9fee-39db-8817-63425f97a0f5",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1999-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby said about this song: \"Strangely enough, that’s probably the most signature song on the record, and I actually had to be talked into including it. When I first recorded it, I thought it was average. I didn’t like the way I produced it, I thought it sounded mushy, I thought my vocals sounded really weak. I couldn’t imagine anyone else wanting to listen to it.\"\"\n--\n\"Porcelain\" is also the name of Moby's 2016 memoir: https://www.npr.org/2016/05/26/479452380/in-porcelain-moby-searches-for-validation-and-finds-unlikely-success",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}