Information about plays

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

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

{
    "id": 3599115,
    "uri": "https://api.kexp.org/v2/plays/3599115/?format=api",
    "airdate": "2026-01-02T06:11:38-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kimpton",
    "track_id": "2d113fd8-d653-49eb-8822-5ea8cb036a2b",
    "recording_id": "1c5a20c9-8b71-4ee4-b70a-b2c5d8c2e6a8",
    "artist": "Barry Can’t Swim with O’Flynn",
    "artist_ids": [
        "7dcf3b98-701a-4309-a90c-eb4179b96ea9",
        "24c24af0-ce68-4cb1-b76b-2f11664d1567"
    ],
    "album": "Loner",
    "release_id": "2d0ff636-1ae7-4119-9721-4af9e1c3fb68",
    "release_group_id": "0761b8f9-f975-4865-a995-a35204d1ab74",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the sophomore record of Scottish producer/DJ Barry Can't Swim.\n\n\"This album has been described as a “personal” and “authentic expression,” pushing the boundaries of his sound. The 12-track project is a reflection of his life over the past year, going through the trials and tribulations of his newfound fame.\"\nhttps://www.melodicmag.com/album-reviews/dive-into-barry-cant-swims-new-album-loner/\n\nhttps://barrycantswim.bandcamp.com/album/loner\nhttps://barrycantswim.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}