Information about plays

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

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

{
    "id": 3572054,
    "uri": "https://api.kexp.org/v2/plays/3572054/?format=api",
    "airdate": "2025-10-31T03:00:40-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8e62318-7b7c-4039-b343-d5d6aa376744/42379262508-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8e62318-7b7c-4039-b343-d5d6aa376744/42379262508-250.jpg",
    "song": "Batterram",
    "track_id": null,
    "recording_id": "2a017f46-37cc-49a7-853b-dd925c2a135e",
    "artist": "Toddy Tee",
    "artist_ids": [
        "4fbe9767-bcb5-4914-9f4c-f451f5861649"
    ],
    "album": "Batterram",
    "release_id": null,
    "release_group_id": "7a378871-286e-4c30-aa2b-ecafd8f04157",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM Time Machine: 1985!\n\n“Batterram,” was one of the first West Coast gangsta tracks. This track was released shortly before NWA entered the scene. The song title refers to police that drove a modified V-100 tank with a battering ram attached to it during the mid-80s crack epidemic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}