Information about plays

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

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

{
    "id": 3584094,
    "uri": "https://api.kexp.org/v2/plays/3584094/?format=api",
    "airdate": "2025-11-28T12:34:39-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the Sun Hits",
    "track_id": "89bb7a5f-3a1f-3657-a0f8-2308e58da25f",
    "recording_id": "ddfee9ee-aa94-48b7-b963-d0b69bef7c72",
    "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 reunited after a 22-year hiatus to release their their eponymous 2017 album. They then followed up with everything is alive in 2023. \nhttps://slowdive.bandcamp.com/\n\nCheck out that slowdive playing Live on KEXP in 2017: https://tinyurl.com/bdd4mbhz \n\nAnd, if you haven't already, enjoy this fantastic documentary about these shoegaze pioneers: https://tinyurl.com/ws4fmwfv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}