Information about plays

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

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

{
    "id": 3556667,
    "uri": "https://api.kexp.org/v2/plays/3556667/?format=api",
    "airdate": "2025-09-23T08:28:21-07:00",
    "show": 64640,
    "show_uri": "https://api.kexp.org/v2/shows/64640/?format=api",
    "image_uri": "https://ia803206.us.archive.org/12/items/mbid-b36ff6db-c6e5-4ccd-9d25-4ca18d433dc1/mbid-b36ff6db-c6e5-4ccd-9d25-4ca18d433dc1-3837347175_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/12/items/mbid-b36ff6db-c6e5-4ccd-9d25-4ca18d433dc1/mbid-b36ff6db-c6e5-4ccd-9d25-4ca18d433dc1-3837347175_thumb250.jpg",
    "song": "Half Asleep",
    "track_id": "85fb1520-73f0-3966-b667-7c336886cd2e",
    "recording_id": "e911763f-8077-4f19-993a-580b26856a28",
    "artist": "School of Seven Bells",
    "artist_ids": [
        "57843aed-c1c1-4f45-9859-478dd999bc18"
    ],
    "album": "Alpinisms",
    "release_id": "b36ff6db-c6e5-4ccd-9d25-4ca18d433dc1",
    "release_group_id": "fa611806-c800-3dec-baa9-7b64ffc505c5",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2008-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Half Asleep\" comes from the debut album from School of Seven Bells, originally formed by Benjamin Curtis, and twin sisters Claudia and Alejandra Deheza. Claudia left the group after touring for their second album, and Curtis passed away from lymphoma in 2013.\n\nWatch School of Seven Bells performing this one live at KEXP in 2009 here: https://youtu.be/rGqtKd62Prc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}