Information about plays

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

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

{
    "id": 3633896,
    "uri": "https://api.kexp.org/v2/plays/3633896/?format=api",
    "airdate": "2026-03-26T12:59:18-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea019f4f-0e6a-4714-a94f-20b50f1ec2f3/23419036871-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea019f4f-0e6a-4714-a94f-20b50f1ec2f3/23419036871-250.jpg",
    "song": "Lexicon Devil",
    "track_id": null,
    "recording_id": "5033dff2-902b-4f7d-8138-f696dd8ed1d7",
    "artist": "Germs",
    "artist_ids": [
        "42c4b58d-2e28-41d4-bfe5-4edee68386cf"
    ],
    "album": "(GI)",
    "release_id": null,
    "release_group_id": "1f66bd0f-4bbe-3eeb-8271-3a43972473ff",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1979-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "L.A. punk band The Germs consisted of Darby Crash, Lorna Doom, Don Bolles, and Pat Smear. The only studio album from The Germs (‘GI’) was produced in 1979 by none other than Joan Jett!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}