Information about plays

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

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

{
    "id": 3657245,
    "uri": "https://api.kexp.org/v2/plays/3657245/?format=api",
    "airdate": "2026-05-20T13:22:29-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do the Bus a Bus",
    "track_id": null,
    "recording_id": "945572aa-ef64-4005-9d36-28fb41ec0c90",
    "artist": "Busta Rhymes",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "Extinction Level Event: The Final World Front",
    "release_id": null,
    "release_group_id": "ab86867b-33a8-3e54-93ec-aaf6470cf340",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1998-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You Speak & Spell (Hah) and freak it well, son (Huh)\nNo need to dwell (Hah), checkin' the mail (Huh), my pockets swell (Hah)...\"\nWhew! Here are the lyrics: https://genius.com/Busta-rhymes-do-the-bus-a-bus-lyrics\n--\nWant to see the video for \"Part 2\" of this song?: https://www.youtube.com/watch?v=p--cDDXd33w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}