Information about plays

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

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

{
    "id": 3612969,
    "uri": "https://api.kexp.org/v2/plays/3612969/?format=api",
    "airdate": "2026-02-04T04:15:43-08:00",
    "show": 65835,
    "show_uri": "https://api.kexp.org/v2/shows/65835/?format=api",
    "image_uri": "https://ia601908.us.archive.org/26/items/mbid-b812a997-6abe-4d59-868b-f82cea4e5f65/mbid-b812a997-6abe-4d59-868b-f82cea4e5f65-36978144316_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-b812a997-6abe-4d59-868b-f82cea4e5f65/mbid-b812a997-6abe-4d59-868b-f82cea4e5f65-36978144316_thumb250.jpg",
    "song": "Hypnotic Tango",
    "track_id": "6dfa4a22-bb81-4b0c-94fd-b512e53f4a7c",
    "recording_id": "5fb54ce1-6119-4581-aba2-e5742c44e534",
    "artist": "My Mine",
    "artist_ids": [
        "f58773eb-9536-43df-bc87-44a986b8f6d0"
    ],
    "album": "Hypnotic Tango",
    "release_id": "b812a997-6abe-4d59-868b-f82cea4e5f65",
    "release_group_id": "a39d7f34-d410-3b22-9d1d-d67efbc788d5",
    "labels": [
        "Blow Up"
    ],
    "label_ids": [
        "759d28ed-4faa-4909-a669-700199fcc41e"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dark Entries reissued the 1983 track, Hypnotic Tango in 2018. \nhttps://www.discogs.com/release/12891280-My-Mine-Hypnotic-Tango\n\nMy Mine is an Italian Italo disco duo that formed in 1983. They reunited in 2016 and released a 40th anniversary edit of this track in 2023: \nhttps://djtonybelony.bandcamp.com/track/my-mine-hypnotic-tango-belony-edits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}