Information about plays

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

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

{
    "id": 3620834,
    "uri": "https://api.kexp.org/v2/plays/3620834/?format=api",
    "airdate": "2026-02-22T14:14:10-08:00",
    "show": 66002,
    "show_uri": "https://api.kexp.org/v2/shows/66002/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still Sound",
    "track_id": "e1db5492-5ca6-33ce-b274-de012190c2e1",
    "recording_id": "69d87ce4-7bf6-4328-a006-d0652726639a",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Underneath the Pine",
    "release_id": "25e471bb-f0ba-4472-83c5-dcb7de633123",
    "release_group_id": "7e76af5b-a815-498a-9d5c-455bdefb2a0b",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2011-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2011, \"Underneath the Pine\", Toro y Moi's second studio album.\n\nThis album was a departure from the sample-heavy synth-pop from his debut.\n\nToro y Moi will be at Soundscape Northwest in Portland in late April.\n\nhttps://toroymoi.bandcamp.com/album/underneath-the-pine\nhttps://toroymoi.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}