Information about plays

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

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

{
    "id": 3599519,
    "uri": "https://api.kexp.org/v2/plays/3599519/?format=api",
    "airdate": "2026-01-03T03:47:45-08:00",
    "show": 65548,
    "show_uri": "https://api.kexp.org/v2/shows/65548/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Butterfly Net",
    "track_id": "747a0183-d169-4c9c-8e41-dc15a79a53e0",
    "recording_id": "5f5bebdf-1837-4910-ac2b-55a7e16d1c08",
    "artist": "Caroline Polachek",
    "artist_ids": [
        "d8f43dc5-4613-48ac-8c23-a62b82f8c67a"
    ],
    "album": "Desire, I Want to Turn Into You",
    "release_id": "fee77552-7209-43fb-9bd9-609599aec466",
    "release_group_id": "20bbd8b3-35fa-4a29-9a94-13f4f01bf9ca",
    "labels": [
        "Perpetual Novice"
    ],
    "label_ids": [
        "4835d7c5-d414-4d5a-b13f-735c64f64c78"
    ],
    "release_date": "2023-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Natalie Mering (Weyes Blood) joined Caroline Polachek for this song, which was included on the 2023 album, Desire, I Want to Turn Into You. \n\nCaroline Polachek was Live on KEXP in 2023! That great session included a rendition of \"Butterfly Net\": https://www.youtube.com/watch?v=7XYyDsl14E4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}