Information about plays

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

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

{
    "id": 3629591,
    "uri": "https://api.kexp.org/v2/plays/3629591/?format=api",
    "airdate": "2026-03-16T04:28:53-07:00",
    "show": 66195,
    "show_uri": "https://api.kexp.org/v2/shows/66195/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-86756a35-a125-4267-85bb-c39fe84461a7/mbid-86756a35-a125-4267-85bb-c39fe84461a7-1270990253_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/31/items/mbid-86756a35-a125-4267-85bb-c39fe84461a7/mbid-86756a35-a125-4267-85bb-c39fe84461a7-1270990253_thumb250.jpg",
    "song": "Baby I’m Just a Fool",
    "track_id": "ca3a6511-11bf-37fc-adba-f9fa4fd25b64",
    "recording_id": "21f7c87b-6c21-4a25-a53b-9cd2ee0dd7d2",
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Songs in A&E",
    "release_id": "3213c225-168b-332d-8d3b-f2c4739615c7",
    "release_group_id": "f0cc53b6-9e96-30e4-b803-ddc3c42988df",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}