Information about plays

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

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

{
    "id": 3652176,
    "uri": "https://api.kexp.org/v2/plays/3652176/?format=api",
    "airdate": "2026-05-08T15:26:30-07:00",
    "show": 66662,
    "show_uri": "https://api.kexp.org/v2/shows/66662/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d35545d-7bb7-4e3f-b0b5-5df03fd950b6/10670523146-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d35545d-7bb7-4e3f-b0b5-5df03fd950b6/10670523146-250.jpg",
    "song": "Whoomp! (There It Is)",
    "track_id": null,
    "recording_id": "a992375a-ccd3-4671-b3d2-5de58f38c1b9",
    "artist": "Tag Team",
    "artist_ids": [
        "47ade377-b278-4c83-b729-c870d6440b08"
    ],
    "album": "Whoomp! (There It Is)",
    "release_id": null,
    "release_group_id": "a9874a99-cd7d-3df0-9bc5-d2eee4c01c63",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2024, Billboard ranked \"Whoomp! (There It Is)\" number 14 in their \"The 100 Greatest Jock Jams of All Time.\"\n--\nThe song samples the bassline from the 1980 song “I’m Ready” by the Italo disco band Kano.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}