Information about plays

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

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

{
    "id": 3594742,
    "uri": "https://api.kexp.org/v2/plays/3594742/?format=api",
    "airdate": "2025-12-23T04:37:07-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Children of the Baked Potato",
    "track_id": "6b3ab8ef-21b0-4519-a33f-74db8d6db6e8",
    "recording_id": "c4433b58-a144-4561-a2e6-400941a22093",
    "artist": "Thundercat feat. Remi Wolf",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17",
        "afb6cc6d-a060-4f5e-bc3a-00d4b6832e41"
    ],
    "album": "Children of the Baked Potato",
    "release_id": "9a7d6423-a285-4f13-87e1-8dd221832132",
    "release_group_id": "2b06d389-e1ea-4fe6-9911-6fa112e3fbc5",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2025-09-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Highly recommend this Instant Pot chili over a baked potato -- https://www.dinneratthezoo.com/instant-pot-chili/\n\nStephen Bruner (Thundercat) enlisted singer Remi Wolf for this terrific song. The song’s title refers to the legendary hole-in-the-wall jazz club in LA, (which, you guessed it, exclusively serves baked potatoes), and which, for over 50 years, has showcased the best in LA’s jazz scene, fusion greats and studio icons.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}