Information about plays

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

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

{
    "id": 3658785,
    "uri": "https://api.kexp.org/v2/plays/3658785/?format=api",
    "airdate": "2026-05-24T00:58:57-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/7142e4ce-62ca-43c1-95a9-4d932f77f701/19246309166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7142e4ce-62ca-43c1-95a9-4d932f77f701/19246309166-250.jpg",
    "song": "Red Sharks",
    "track_id": null,
    "recording_id": "78d9eb4e-292c-4a27-abac-8e7136ad7f03",
    "artist": "Crimson Glory",
    "artist_ids": [
        "83560efc-3ead-446a-9652-02476a5f18c3"
    ],
    "album": "Transcendence",
    "release_id": null,
    "release_group_id": "6d0c2874-b224-3e80-8c98-d11eab5792c8",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Transcendence is the second studio album from Crimson Glory released in 1988 via Roadracer (now Roadrunner) Records. After 26 years without a new studio album, they released Chasing the Hydra last April through BraveWords Records. The album features original members Ben Jackson (guitar), Jeff Lords (bass), and Dana Burnell (drums), alongside new additions Travis Wills (vocals) and Mark Borgmeyer (guitar). The band hails from Sarasota, FL. http://officialcrimsonglory.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}