Information about plays

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

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

{
    "id": 3632677,
    "uri": "https://api.kexp.org/v2/plays/3632677/?format=api",
    "airdate": "2026-03-23T08:52:35-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn711002.ca.archive.org/0/items/mbid-175d4269-13e8-4a65-9270-173aa3dbeb74/mbid-175d4269-13e8-4a65-9270-173aa3dbeb74-9383107527_thumb500.jpg",
    "thumbnail_uri": "https://dn711002.ca.archive.org/0/items/mbid-175d4269-13e8-4a65-9270-173aa3dbeb74/mbid-175d4269-13e8-4a65-9270-173aa3dbeb74-9383107527_thumb250.jpg",
    "song": "Let's Go",
    "track_id": "c9550345-275b-3b27-b385-49bb596da20e",
    "recording_id": "de1182b0-36cb-47ae-864c-0ba9ad30f6f7",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Candy-O",
    "release_id": "08bce009-34de-3c27-b44e-72c3c15dacb9",
    "release_group_id": "a5af2abc-fa10-3b5d-90f0-a64575866ac8",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1984-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cars opened their 1979 album, Candy-O, with this track, written by Ric Ocasek, who would be 82 today.\n\nThe track showcases Ric Ocasek's clever songwriting and Benjamin Orr's smooth vocals, creating an irresistible blend of cool detachment and playful energy. https://www.youtube.com/watch?v=BrmevLXE_kM \nhttps://thecars.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}