Information about plays

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

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

{
    "id": 3651405,
    "uri": "https://api.kexp.org/v2/plays/3651405/?format=api",
    "airdate": "2026-05-06T17:40:23-07:00",
    "show": 66647,
    "show_uri": "https://api.kexp.org/v2/shows/66647/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc191ad2-0fe8-4618-b929-294ee950b624/18246914229-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc191ad2-0fe8-4618-b929-294ee950b624/18246914229-250.jpg",
    "song": "Umbrellas",
    "track_id": null,
    "recording_id": "1f6bb731-0b5d-4632-8b4d-f6a82a72f8f6",
    "artist": "Various Artists",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "The Now Sound Redesigned",
    "release_id": null,
    "release_group_id": "21925824-9998-3ecc-9726-c0e3ed72515f",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-08-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Christopher George Manak, better known by his stage name Peanut Butter Wolf, is an American disc jockey and record producer from San Jose, California. He founded the Stones Throw label. \nhttps://www.stonesthrow.com/artist/pbwolf/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}