Information about plays

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

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

{
    "id": 3573989,
    "uri": "https://api.kexp.org/v2/plays/3573989/?format=api",
    "airdate": "2025-11-04T17:20:09-08:00",
    "show": 65023,
    "show_uri": "https://api.kexp.org/v2/shows/65023/?format=api",
    "image_uri": "https://ia600202.us.archive.org/11/items/mbid-24c99b7d-b243-450d-8477-46dfd4a8bfa3/mbid-24c99b7d-b243-450d-8477-46dfd4a8bfa3-948171837_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/11/items/mbid-24c99b7d-b243-450d-8477-46dfd4a8bfa3/mbid-24c99b7d-b243-450d-8477-46dfd4a8bfa3-948171837_thumb250.jpg",
    "song": "Other People",
    "track_id": "7b092c99-fd51-3c1e-a3b9-989a1347361c",
    "recording_id": "3133af34-28f0-4f79-97a9-d929b9f553a3",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Bloom",
    "release_id": "24c99b7d-b243-450d-8477-46dfd4a8bfa3",
    "release_group_id": "f1390eec-a192-4d96-9943-bbc42a819588",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Bloom' is the fourth full-length album by Baltimore-based Beach House. Like their previous releases (Beach House in 2006, Devotion in 2008, Teen Dream in 2010), it further develops their distinctive sound yet stands apart as a new piece of work. Bloom is meant to be experienced as an ALBUM, a singular, unified vision of the world. Though not stripped down, the many layers of Bloom are uncomplicated and meticulously constructed to ensure there is no waste.\n\nhttps://beachhouse.bandcamp.com/album/bloom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}