Information about plays

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

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

{
    "id": 3635049,
    "uri": "https://api.kexp.org/v2/plays/3635049/?format=api",
    "airdate": "2026-03-29T08:23:09-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "https://coverartarchive.org/release/39b1bc21-5361-4e29-ad13-ba7ff9ca3a5f/44476690959-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39b1bc21-5361-4e29-ad13-ba7ff9ca3a5f/44476690959-250.jpg",
    "song": "Graze the Bell",
    "track_id": null,
    "recording_id": "f5b0d0c5-6500-40c6-b1b4-1bdf096b8bdf",
    "artist": "David Moore",
    "artist_ids": [
        "687b9d3a-26cb-476e-85de-bb7251ff5eeb"
    ],
    "album": "Graze the Bell",
    "release_id": null,
    "release_group_id": "c4601fde-1a54-4628-97b3-3b7b35090833",
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title track to a new album of soul-stirring, mesmerizing solo piano pieces form NYC-based David Moore, also known as the driving force in the group Bing & Ruth ~ https://bingruth.bandcamp.com/album/graze-the-bell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}