Information about plays

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

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

{
    "id": 3632770,
    "uri": "https://api.kexp.org/v2/plays/3632770/?format=api",
    "airdate": "2026-03-23T14:55:54-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6233602-7a77-4a1a-b405-d3d75a9c631c/14999562820-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6233602-7a77-4a1a-b405-d3d75a9c631c/14999562820-250.jpg",
    "song": "Then She Remembers",
    "track_id": null,
    "recording_id": "7a70bb6a-f9df-4b62-ba51-62bfa763bf6e",
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "The Days of Wine and Roses",
    "release_id": null,
    "release_group_id": "cad1a3b9-d054-328f-850e-6381314cd767",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1982-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pat Smear has been the guitarist for the Foo Fighters since 2010 and was the lead guitarist and co-founder of LA band The Germs. Smear and bandmate Darby Crash went to high school with The Dream Syndicate's Steve Wynn.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}