Information about plays

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

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

{
    "id": 3586221,
    "uri": "https://api.kexp.org/v2/plays/3586221/?format=api",
    "airdate": "2025-12-03T08:40:28-08:00",
    "show": 65277,
    "show_uri": "https://api.kexp.org/v2/shows/65277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Great Salt Lake / Into the Lavender Crevices of Evening the Otters Have Been Pushed",
    "track_id": "9beca283-250a-363e-b400-e1ad8c9e7bf4",
    "recording_id": "e51eee47-84e8-4ea8-a4a6-ad78fcb853ac",
    "artist": "Juno",
    "artist_ids": [
        "6c0994fb-382e-4510-8e26-56709afaf190"
    ],
    "album": "this is the way it goes and goes and goes",
    "release_id": "99f12518-4b46-4306-a5eb-535d2f253583",
    "release_group_id": "39fbce30-3486-35a8-b6f9-66859138e7d0",
    "labels": [
        "Pacifico Recordings",
        "DeSoto Records"
    ],
    "label_ids": [
        "459d0ebf-8b5d-47a8-9905-f56ff10d43bc",
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "1999-03-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Read KEXP's Rewind on Juno's This is the Way it Goes and Goes and Goes on, written in 2019 to celebrate it's 20th anniversary: https://www.kexp.org/read/2019/3/30/junos-way-it-goes-and-goes-and-goes-has-been-going-20-years/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}