Information about plays

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

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

{
    "id": 3589024,
    "uri": "https://api.kexp.org/v2/plays/3589024/?format=api",
    "airdate": "2025-12-09T18:37:24-08:00",
    "show": 65333,
    "show_uri": "https://api.kexp.org/v2/shows/65333/?format=api",
    "image_uri": "https://ia601607.us.archive.org/0/items/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f-3111350537_thumb500.jpg",
    "thumbnail_uri": "https://ia801607.us.archive.org/0/items/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f-3111350537_thumb250.jpg",
    "song": "Waltzing Back",
    "track_id": "fc53545d-5d25-38a1-9405-32e39dfb8319",
    "recording_id": "977e83e1-6c1e-4594-b369-837453827fe9",
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "Everybody Else Is Doing It, So Why Can’t We?",
    "release_id": "20fd1801-2b34-3a53-bd00-e4fe16dc778f",
    "release_group_id": "e6b486b3-68e7-331c-a078-94fd71d61877",
    "labels": [
        "Helicon Records"
    ],
    "label_ids": [
        "a488f2f6-a261-44d7-8985-e25ff0969eb7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Cranberries 1993 debut album.\nThe album was written entirely by the band's lead singer Dolores O'Riordan and guitarist Noel Hogan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}