Information about plays

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

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

{
    "id": 3657509,
    "uri": "https://api.kexp.org/v2/plays/3657509/?format=api",
    "airdate": "2026-05-21T03:59:24-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc3d8d2b-72a6-41eb-a0e9-9be1267d4b26/31174446981-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc3d8d2b-72a6-41eb-a0e9-9be1267d4b26/31174446981-250.jpg",
    "song": "Regulate",
    "track_id": null,
    "recording_id": "d439491d-8a6c-4aa5-ac29-937127059941",
    "artist": "Warren G feat. Nate Dogg",
    "artist_ids": [
        "85d7666c-d3ce-4e2c-8b1b-f20db7cdae4f",
        "405528df-2632-4730-80fc-83e775a97651"
    ],
    "album": "Regulate… G Funk Era",
    "release_id": null,
    "release_group_id": "7d2ec03f-4abb-3fef-b7e5-465334a47b54",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1994-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sound familiar? \"Regulate\" by Warren G and Nate Dogg sampled Michael McDonald's \"I Keep Forgettin'\". \n\nDuring a 2015 episode of The Jimmy Kimmel Show, as part of the Monday Mashup series, Warren G performed the song with the famous saxophonist, Kenny G, playing a soprano saxophone over the intro as well as Nate Dogg’s parts: https://www.youtube.com/watch?v=L4E4MWLzKrg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}