Information about plays

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

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

{
    "id": 3549844,
    "uri": "https://api.kexp.org/v2/plays/3549844/?format=api",
    "airdate": "2025-09-07T01:02:42-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/4976f366-3566-4152-bfbd-a4eb66268364/10024045247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4976f366-3566-4152-bfbd-a4eb66268364/10024045247-250.jpg",
    "song": "Mr. Blackwell",
    "track_id": null,
    "recording_id": "2bfa1f4e-e05d-46ac-bb4a-d50527cf486b",
    "artist": "KISS",
    "artist_ids": [
        "e1f1e33e-2e4c-4d43-b91b-7064068d3283"
    ],
    "album": "Music From “The Elder”",
    "release_id": null,
    "release_group_id": "8ee07b4e-25bb-36cc-9cc5-7330b7776f71",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1981-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music from \"The Elder\" marked a substantial departure from their previous output with the concept and orchestral elements. It was their first album with drummer Paul Charles Caravello, who adopted the stage name Eric Carr and persona of \"The Fox\", and the last with lead guitarist Ace Frehley until their 1996 reunion.\n\nhttps://www.kissonline.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}