Information about plays

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

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

{
    "id": 3602806,
    "uri": "https://api.kexp.org/v2/plays/3602806/?format=api",
    "airdate": "2026-01-10T21:41:38-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look Back in Anger (John Peel session 20.08.80)",
    "track_id": null,
    "recording_id": "14d72421-5216-451b-a4a3-02c0d10ebf82",
    "artist": "Television Personalities",
    "artist_ids": [
        "62c2cd94-30a8-43ed-9d06-8f689111c69c"
    ],
    "album": "Tune In, Turn On, Drop Out - Radio Sessions 1980-1993",
    "release_id": null,
    "release_group_id": "3bc916a6-2805-4847-9879-e3927b279d0a",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2025-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though experiencing relatively minor commercial success, the TVP's have been highly regarded by critics as pioneers of early DIY music and proven to be widely influential on the C86 and twee generation, as well as Creation Records[",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}