Information about plays

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

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

{
    "id": 3657064,
    "uri": "https://api.kexp.org/v2/plays/3657064/?format=api",
    "airdate": "2026-05-20T02:48:12-07:00",
    "show": 66764,
    "show_uri": "https://api.kexp.org/v2/shows/66764/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-5057bd92-5a18-4594-9efe-fd9ec12b349f/mbid-5057bd92-5a18-4594-9efe-fd9ec12b349f-44953076375_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-5057bd92-5a18-4594-9efe-fd9ec12b349f/mbid-5057bd92-5a18-4594-9efe-fd9ec12b349f-44953076375_thumb250.jpg",
    "song": "Love Deficiency Syndrome",
    "track_id": "df5158d2-fdb9-4186-916f-5b93c66104ca",
    "recording_id": "7fe4925d-2cc9-4a0e-9e76-55d2a0eafd67",
    "artist": "Jody Glenham",
    "artist_ids": [
        "f38e3080-384b-43e6-a832-dc96b3839198"
    ],
    "album": "Still Here",
    "release_id": "5057bd92-5a18-4594-9efe-fd9ec12b349f",
    "release_group_id": "07af3504-929c-40e8-a368-fe6db8136b81",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2026-04-24",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jody Glenham is a Canadian musician based in Vancouver, British Columbia. Jody is often joined by her six-piece backing band, The Dreamers. Her new album Still Here is out now. https://www.youtube.com/watch?v=a8S4-edM1wk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}