Information about plays

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

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

{
    "id": 3596255,
    "uri": "https://api.kexp.org/v2/plays/3596255/?format=api",
    "airdate": "2025-12-26T11:57:30-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "https://ia601303.us.archive.org/10/items/mbid-0dbf4ed3-0efc-44a1-b631-2af310042885/mbid-0dbf4ed3-0efc-44a1-b631-2af310042885-13192916186_thumb500.jpg",
    "thumbnail_uri": "https://ia801303.us.archive.org/10/items/mbid-0dbf4ed3-0efc-44a1-b631-2af310042885/mbid-0dbf4ed3-0efc-44a1-b631-2af310042885-13192916186_thumb250.jpg",
    "song": "Pink Slime",
    "track_id": "e2461dd1-1657-44fd-9141-9fcd747dfca9",
    "recording_id": "49757a9a-88fc-4436-94ca-1d570ccb0ab5",
    "artist": "La Luz",
    "artist_ids": [
        "9b5ae4cc-15ae-4f0b-8a4e-8c44e42ba52a"
    ],
    "album": "It's Alive",
    "release_id": "0dbf4ed3-0efc-44a1-b631-2af310042885",
    "release_group_id": "1db242fc-ad49-476a-8c4d-9e27f200d557",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "That pink slime in your toilet is usually the airborne bacteria Serratia marcescens, not mold, which thrives in moist environments like bathrooms by feeding on soap scum, fatty residues, and dust, appearing more in warm, humid weather. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}