Information about plays

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

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

{
    "id": 3667596,
    "uri": "https://api.kexp.org/v2/plays/3667596/?format=api",
    "airdate": "2026-06-13T23:21:40-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teen Age Cutter Knife",
    "track_id": null,
    "recording_id": "247cd774-3c2a-49ac-a808-bf3dbc400c9b",
    "artist": "Stupid Babies Go Mad",
    "artist_ids": [
        "bda75f9b-8765-497e-a319-be0d4626634a"
    ],
    "album": "Let's Go to the Off Limits",
    "release_id": null,
    "release_group_id": "16178994-1e6a-4267-8c4e-b676f88beaf3",
    "labels": [
        "Diwphalanx Records"
    ],
    "label_ids": [
        "10bd8830-6ec5-41f0-bbab-ba3947b725b9"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shizuoka, Japan\n\nhttps://www.sputnikmusic.com/bands/Stupid-Babies-Go-Mad/75098/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}