Information about plays

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

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

{
    "id": 3554095,
    "uri": "https://api.kexp.org/v2/plays/3554095/?format=api",
    "airdate": "2025-09-17T07:33:42-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "https://dn721701.ca.archive.org/0/items/mbid-07d02411-6722-4071-8130-14fb8512288a/mbid-07d02411-6722-4071-8130-14fb8512288a-20158302627_thumb500.jpg",
    "thumbnail_uri": "https://dn721701.ca.archive.org/0/items/mbid-07d02411-6722-4071-8130-14fb8512288a/mbid-07d02411-6722-4071-8130-14fb8512288a-20158302627_thumb250.jpg",
    "song": "40 Days",
    "track_id": "fb6e15ed-987b-3f59-bc35-d451f7925911",
    "recording_id": "93a09000-4ee8-49ef-aa07-8ebe651e2f66",
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Souvlaki",
    "release_id": "07d02411-6722-4071-8130-14fb8512288a",
    "release_group_id": "46482030-ef12-319c-9c5a-5d04c39d574b",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1994-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "slowdive are an English rock band that formed in Reading, Berkshire, in 1989. The band consists of Neil Halstead (vocals, guitars, keyboards), Rachel Goswell (vocals, guitars, keyboards), Christian Savill (guitars), Nick Chaplin (bass guitar), and Simon Scott (drums, guitars, electronics).\n\nhttps://slowdiveofficial.com/\nhttps://slowdive.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}