Information about plays

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

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

{
    "id": 3538181,
    "uri": "https://api.kexp.org/v2/plays/3538181/?format=api",
    "airdate": "2025-08-10T00:14:37-07:00",
    "show": 64249,
    "show_uri": "https://api.kexp.org/v2/shows/64249/?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": "Merciless Death",
    "track_id": null,
    "recording_id": "131d3907-2bbe-4f9d-9d10-dde80f87923a",
    "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 touring with Midnight and will be playing at:\n - El Corazon in Seattle on October 12th\n - The UC Theater in Berkeley on October 15th\n\nhttps://reversedrecords.com/dark-angel/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}