Information about plays

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

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

{
    "id": 3625146,
    "uri": "https://api.kexp.org/v2/plays/3625146/?format=api",
    "airdate": "2026-03-04T08:47:39-08:00",
    "show": 66088,
    "show_uri": "https://api.kexp.org/v2/shows/66088/?format=api",
    "image_uri": "https://ia902905.us.archive.org/5/items/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18-43505554118_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18-43505554118_thumb250.jpg",
    "song": "1984",
    "track_id": "dd94dd42-b33e-3f36-bb9c-49f396bf23de",
    "recording_id": "6b3e5418-c624-421c-a180-1ebb95a1936f",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Diamond Dogs",
    "release_id": "ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18",
    "release_group_id": "0dc4835d-b21a-3612-bac6-ab1e782a1396",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Bowie explored multiple projects in the mid-70s, including a proposed musical adaptation of George Orwell's 1949 novel \"Nineteen Eighty-Four\" - he was unable to secure the rights to adapt the novel, but used some of the songs on \"Diamond Dogs\".\n\nTina Turner later covered the song for her comeback album 'Private Dancer', which released in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}