Information about plays

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

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

{
    "id": 3594808,
    "uri": "https://api.kexp.org/v2/plays/3594808/?format=api",
    "airdate": "2025-12-23T08:02:13-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If the Kids Are United",
    "track_id": "c3c3038b-3c89-3303-97a1-a2ec86ec12fe",
    "recording_id": "65d731b8-b549-481c-8a84-9c5e945efd09",
    "artist": "Sham 69",
    "artist_ids": [
        "33235ed4-d5bd-42cd-b77c-de646c36c8c6"
    ],
    "album": "D.I.Y.: The Modern World: UK Punk II (1977–78)",
    "release_id": "30399c8a-40c9-45f1-b64a-1dec0155cbc3",
    "release_group_id": "81d24b42-87ed-310a-a9e8-b8c82f7f7c6f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Hersham in 1975, Sham 69 is an English punk band that contributed heavily to the thriving punk scene in the late 70's. The original unit broke up in 1979, with frontman Jimmy Pursey moving on to pursue a solo career.\n\nhttps://www.officialsham69.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}