Information about plays

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

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

{
    "id": 3632733,
    "uri": "https://api.kexp.org/v2/plays/3632733/?format=api",
    "airdate": "2026-03-23T12:30:29-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-23ede523-1685-4379-9280-6237b785d72b/mbid-23ede523-1685-4379-9280-6237b785d72b-43952553533_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-23ede523-1685-4379-9280-6237b785d72b/mbid-23ede523-1685-4379-9280-6237b785d72b-43952553533_thumb250.jpg",
    "song": "Lately I’ve Let Things Slide",
    "track_id": "f169849b-4470-3c2a-8a62-417934cb440a",
    "recording_id": "7efbff55-e4b6-4a7a-b203-c25dd4e49c80",
    "artist": "Nick Lowe",
    "artist_ids": [
        "a3d5a6bf-c86d-44d3-969b-f345620009c6"
    ],
    "album": "The Convincer",
    "release_id": "23ede523-1685-4379-9280-6237b785d72b",
    "release_group_id": "262eb3e8-6aae-322b-8959-cdb718a85137",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Lowe produced Elvis Costello's early albums, including 'My Aim Is True', 'This Year's Model', and 'Armed Forces'. He also wrote \"(What's So Funny 'Bout) Peace, Love And Understanding?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}