Information about plays

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

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

{
    "id": 3570869,
    "uri": "https://api.kexp.org/v2/plays/3570869/?format=api",
    "airdate": "2025-10-28T04:09:40-07:00",
    "show": 64954,
    "show_uri": "https://api.kexp.org/v2/shows/64954/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e60ad28-3654-464b-befc-96eb7ee0ff88/2714103495-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e60ad28-3654-464b-befc-96eb7ee0ff88/2714103495-250.jpg",
    "song": "6 Underground",
    "track_id": null,
    "recording_id": "21e9ced5-0d97-42ed-9689-f35ee82cd9a3",
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Becoming X",
    "release_id": null,
    "release_group_id": "62c14bd1-2a53-3a69-9b68-c3df4bc61032",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut LP by Sneaker Pimps, the only appearance of Kelli Dayton as member of the group -- recorded in Liam Howe's bedroom, with a vocal booth improvised in a cupboard\n\nThe \"A one, two, a one, two\" sample comes from 1993's \"Breakadawn\" by De La Soul, with horns and harp sampled from John Barry's soundtrack to the 1964 James Bond film \"Goldfinger\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}