Information about plays

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

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

{
    "id": 3632451,
    "uri": "https://api.kexp.org/v2/plays/3632451/?format=api",
    "airdate": "2026-03-22T17:36:26-07:00",
    "show": 66252,
    "show_uri": "https://api.kexp.org/v2/shows/66252/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dbe475c-94b7-3afb-a9e8-b2dececedafd/944865434-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dbe475c-94b7-3afb-a9e8-b2dececedafd/944865434-250.jpg",
    "song": "Spiders, Crocodiles & Kryptonite",
    "track_id": null,
    "recording_id": "3ba3df37-5352-456e-ab3c-494a4f601607",
    "artist": "Faithless",
    "artist_ids": [
        "23d9d74d-c95e-46a6-be26-a6075c49747a"
    ],
    "album": "To All New Arrivals",
    "release_id": null,
    "release_group_id": "c4ce9c12-971a-3acf-8bde-955436363b48",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees of Robert Smith/The Cure!\n\nThis track features the vocals of Robert Smith, as well as a sample and a section of arrangement from The Cure's \"Lullaby.\"\n\nUnlike the original versions of Faithless' previous studio albums, initially this album was not released in the United States. A deluxe version later appeared on the US iTunes Store on November 4, 2007. https://tinyurl.com/ttutf73e",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}