Information about plays

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

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

{
    "id": 3658788,
    "uri": "https://api.kexp.org/v2/plays/3658788/?format=api",
    "airdate": "2026-05-24T01:10:14-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/404645d8-1955-37e7-9f82-cef985af00d7/5848153827-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/404645d8-1955-37e7-9f82-cef985af00d7/5848153827-250.jpg",
    "song": "The Hydra's Teeth",
    "track_id": null,
    "recording_id": "a0456176-7a99-4773-adba-f61d6793785d",
    "artist": "3 Inches of Blood",
    "artist_ids": [
        "ba85753c-671a-409e-b813-1e3be41e2a2e"
    ],
    "album": "Fire Up the Blades",
    "release_id": null,
    "release_group_id": "248f92e1-103c-3e12-8740-81b43ae27590",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2007-06-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "3 Inches of Blood hail from Victoria, BC, but resides in the Vancouver area on the mainland. \"Fire Up the Blades\" is the band's third studio album produced by Joey Jordison (of Slipknot) in 2007.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}