Information about plays

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

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

{
    "id": 3561199,
    "uri": "https://api.kexp.org/v2/plays/3561199/?format=api",
    "airdate": "2025-10-04T12:11:53-07:00",
    "show": 64744,
    "show_uri": "https://api.kexp.org/v2/shows/64744/?format=api",
    "image_uri": "https://ia800300.us.archive.org/11/items/mbid-175d4269-13e8-4a65-9270-173aa3dbeb74/mbid-175d4269-13e8-4a65-9270-173aa3dbeb74-9383107527_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/11/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": "Counting down the Listener's Top Albums of all time! \n\n#736 The Cars Candy-O!\n\nSupport KEXP today! kexp.org/donate\n---\n The Cars' second album 'Candy-O,' had \"Let's Go\" as it’s the opening track due to its energetic blend of synth-pop and rock. Its infectious hook and upbeat tempo make it an ideal album opener. The track showcases Ric Ocasek's clever songwriting and Benjamin Orr's smooth vocals, creating an irresistible blend of cool detachment and playful energy.\nhttps://www.youtube.com/watch?v=BrmevLXE_kM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}