Information about plays

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

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

{
    "id": 3577544,
    "uri": "https://api.kexp.org/v2/plays/3577544/?format=api",
    "airdate": "2025-11-13T06:02:13-08:00",
    "show": 65096,
    "show_uri": "https://api.kexp.org/v2/shows/65096/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-bee003bb-41cf-3c43-872c-f64cf63b55a9/mbid-bee003bb-41cf-3c43-872c-f64cf63b55a9-26190606322_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-bee003bb-41cf-3c43-872c-f64cf63b55a9/mbid-bee003bb-41cf-3c43-872c-f64cf63b55a9-26190606322_thumb250.jpg",
    "song": "A Tear for Eddie",
    "track_id": "16633d38-7f4d-30b6-bd3b-e6cc9830bee8",
    "recording_id": "938e9719-9541-41cf-b6a9-031ee0d9a187",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "Chocolate and Cheese",
    "release_id": "bee003bb-41cf-3c43-872c-f64cf63b55a9",
    "release_group_id": "53b1e528-4360-3c28-a55c-4263a1ef58c3",
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1994-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Corey. \n\nThis song was dedicated to the funk/psychedelic guitar pioneer Eddie Hazel, who died December 23, 1992. Hazel's 10-minute guitar solo in the Funkadelic song \"Maggot Brain\" has been hailed as \"one of the greatest solos of all time on any instrument.\" \n--\nWatch Dean Ween (Michael Melchiondo, Jr.) perform \"A Tear for Eddie\" live in 2019: https://www.youtube.com/watch?v=2lR3CcbICBE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}