Information about plays

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

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

{
    "id": 3589218,
    "uri": "https://api.kexp.org/v2/plays/3589218/?format=api",
    "airdate": "2025-12-10T05:26:07-08:00",
    "show": 65337,
    "show_uri": "https://api.kexp.org/v2/shows/65337/?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://ia601204.us.archive.org/1/items/mbid-dd268bc5-71d6-438f-8cde-da1e4d47c81e/mbid-dd268bc5-71d6-438f-8cde-da1e4d47c81e-11565921982_thumb250.jpg",
    "song": "Dance Hall Days",
    "track_id": "55827a5d-f0fd-4094-ad51-fcfb2bc11765",
    "recording_id": "25dde7ad-fe1d-47a8-8384-a1fe2071057c",
    "artist": "Wang Chung",
    "artist_ids": [
        "47c8a452-4efb-45b4-a0d3-df506dbe42b2"
    ],
    "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": "Happy Birthday to Jack Hues (real name Jeremy Allan Ryder) frontman for Wang Chung! Born on this day in 1957.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}