Information about plays

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

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

{
    "id": 3667557,
    "uri": "https://api.kexp.org/v2/plays/3667557/?format=api",
    "airdate": "2026-06-13T21:41:17-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Letter",
    "track_id": null,
    "recording_id": "db474bae-bd76-4c30-9218-ca78eacbb709",
    "artist": "The Rippers",
    "artist_ids": [
        "689a88b6-e75b-439e-9864-ed4a41c7b378"
    ],
    "album": "Pleased to Rip You!",
    "release_id": null,
    "release_group_id": "056fde8a-74ca-4747-b828-d8c773449259",
    "labels": [
        "Psych-Out Records"
    ],
    "label_ids": [
        "71aa35f1-1f62-4e6d-bc94-2f7ee6e388f8"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live in The Rippers' garage in 2003.  They formed in Sardinia, Italy in 2001 from the ashes of The Sleepwalkers.\n\nhttps://therippers666.bandcamp.com/album/pleased-to-rip-you\nhttps://www.slovenly.com/artist/the-rippers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}