Information about plays

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

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

{
    "id": 3629606,
    "uri": "https://api.kexp.org/v2/plays/3629606/?format=api",
    "airdate": "2026-03-16T05:19:15-07:00",
    "show": 66196,
    "show_uri": "https://api.kexp.org/v2/shows/66196/?format=api",
    "image_uri": "https://coverartarchive.org/release/112d3f8e-0fd8-4f13-9162-370417430c8f/26223267088-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/112d3f8e-0fd8-4f13-9162-370417430c8f/26223267088-250.jpg",
    "song": "Solitary Confinement",
    "track_id": null,
    "recording_id": "a423d20f-3a66-40af-b1d1-870182badb23",
    "artist": "The Members",
    "artist_ids": [
        "3c516f6c-0b18-4241-8a9d-7d7bc958912d"
    ],
    "album": "At the Chelsea Nightclub",
    "release_id": null,
    "release_group_id": "dd8cb68f-40cf-3db6-86dc-9faa3e855016",
    "labels": [
        "Universal Music Catalogue"
    ],
    "label_ids": [
        "b8c6b988-f0da-4813-89f2-5774fb7a2eee"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Members are a British punk band that originated in Camberley, England. In the UK, they are best known for their single \"The Sound of the Suburbs\", reaching #12 in 1979, and in Australia, \"Radio\" which reached #5 in 1982.\n\nhttps://www.themembers.co.uk/\nhttps://membersthe.bandcamp.com/track/solitary-confinement-7-version",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}