Information about plays

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

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

{
    "id": 3552777,
    "uri": "https://api.kexp.org/v2/plays/3552777/?format=api",
    "airdate": "2025-09-14T01:28:53-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "https://coverartarchive.org/release/703a1bb0-0a71-4f81-881b-96f0bf832808/6835264417-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/703a1bb0-0a71-4f81-881b-96f0bf832808/6835264417-250.jpg",
    "song": "Perish in Flames",
    "track_id": null,
    "recording_id": "362bf361-9a13-4b59-8ffe-de3f59787e40",
    "artist": "Dark Angel",
    "artist_ids": [
        "1dd1f238-839c-4609-9bcb-5f866c82b3e8"
    ],
    "album": "Darkness Descends",
    "release_id": null,
    "release_group_id": "cfc3b110-37c4-30f3-852d-78afb438f512",
    "labels": [
        "Combat"
    ],
    "label_ids": [
        "c3549b1e-57cb-4669-a4f7-ed3eec251984"
    ],
    "release_date": "1986-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dark Angel is currently on their Extinction Level Event tour with Sacred Reich, Vio-lence, Midnight, and Interceptor and will be playing at:\n - Roseland Theater in Portland on October 11th\n - El Corazon in Seattle on October 12th\n - UC Theater in Berkeley on October 15th.\n\nhttps://reversedrecords.com/dark-angel/\nhttps://www.facebook.com/darkangelthrashofficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}