Information about plays

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

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

{
    "id": 3667595,
    "uri": "https://api.kexp.org/v2/plays/3667595/?format=api",
    "airdate": "2026-06-13T23:20:09-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Heart",
    "track_id": null,
    "recording_id": "71dc5a6b-8a01-4f7c-94d9-f5c0b3411b56",
    "artist": "Registrators",
    "artist_ids": [
        "d496683c-7250-4804-bff4-024e51232a0d"
    ],
    "album": "Singles & Rare Tracks",
    "release_id": null,
    "release_group_id": "dbeb960e-2673-43cb-82ae-a8b6c9143605",
    "labels": [
        "Rip Off Records"
    ],
    "label_ids": [
        "8f1c8839-2e6f-464a-8b1d-d89109d6daad"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Tokyo in the early 90s.  Lead vocalist Hiroshi, alongside bassist Ren, guitarist Jun, and drummer Deira started by mainly playing covers of bands like the Damned, the Clash, or the Sex Pistols.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}