Information about plays

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

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

{
    "id": 3584073,
    "uri": "https://api.kexp.org/v2/plays/3584073/?format=api",
    "airdate": "2025-11-28T11:20:08-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "https://ia601204.us.archive.org/1/items/mbid-dd268bc5-71d6-438f-8cde-da1e4d47c81e/mbid-dd268bc5-71d6-438f-8cde-da1e4d47c81e-11565921982_thumb500.jpg",
    "thumbnail_uri": "https://ia801204.us.archive.org/1/items/mbid-dd268bc5-71d6-438f-8cde-da1e4d47c81e/mbid-dd268bc5-71d6-438f-8cde-da1e4d47c81e-11565921982_thumb250.jpg",
    "song": "Under the Milky Way",
    "track_id": "1602b6c3-8df3-4b57-a175-905353485305",
    "recording_id": "4746136b-910e-42ff-8d27-70556ac25aaa",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Living in Oblivion: The 80's Greatest Hits, Volume 4",
    "release_id": "dd268bc5-71d6-438f-8cde-da1e4d47c81e",
    "release_group_id": "4e1a579d-e69d-3e98-ae32-e0beb60b4fbd",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1994-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Tara!\n\n\"Under the Milky Way\" appears on The Church's 1988 album, Starfish, the band's fifth full-length release. The track went on to be featured in the 2001 film Donnie Darko.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}