Information about plays

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

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

{
    "id": 3595102,
    "uri": "https://api.kexp.org/v2/plays/3595102/?format=api",
    "airdate": "2025-12-23T23:01:29-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Much Wine",
    "track_id": "aea44563-dfa0-43e7-ac1b-d7d695bbc3b9",
    "recording_id": "95bffbd4-320c-4f2c-b0e4-c12a3e8ad358",
    "artist": "Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86"
    ],
    "album": "So Much Wine",
    "release_id": "83ca3c94-dcec-44a3-bb09-625107358426",
    "release_group_id": "5bc10eef-d7b3-4224-ad1a-92d3ae037a90",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2022-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to P\n\nCover of The Handsome Family, Phoebe co-produced the track with her longtime collaborators Tony Burg and Ethan Gruska. It features her bandmates Marshall Vore and Harrison Whitford, her ex Paul Mescal, and Andrew Bird — who recently worked with Bridgers on transforming an Emily Dickinson poem into a song.\n\nAndrew Bird is also featured on the original album for this song, albeit not this song. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}