Information about plays

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

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

{
    "id": 3645526,
    "uri": "https://api.kexp.org/v2/plays/3645526/?format=api",
    "airdate": "2026-04-22T23:13:39-07:00",
    "show": 66526,
    "show_uri": "https://api.kexp.org/v2/shows/66526/?format=api",
    "image_uri": "https://dn721505.ca.archive.org/0/items/mbid-6a6b1c43-6d30-4568-9ea4-14a91c770e54/mbid-6a6b1c43-6d30-4568-9ea4-14a91c770e54-17846788137_thumb500.jpg",
    "thumbnail_uri": "https://dn721505.ca.archive.org/0/items/mbid-6a6b1c43-6d30-4568-9ea4-14a91c770e54/mbid-6a6b1c43-6d30-4568-9ea4-14a91c770e54-17846788137_thumb250.jpg",
    "song": "Earth and Sun and Moon",
    "track_id": "b912c9e1-cbea-3976-b515-3e8ff00b528a",
    "recording_id": "51337eb8-6fc1-4d13-9268-72a088844b59",
    "artist": "Midnight Oil",
    "artist_ids": [
        "05072650-4b05-4e8b-83d0-dba2576e306a"
    ],
    "album": "Earth and Sun and Moon",
    "release_id": "6a6b1c43-6d30-4568-9ea4-14a91c770e54",
    "release_group_id": "ed265ee7-9f3c-3bbe-a8c4-7383a9a2bf86",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's James Moginie has said that this song \"...was inspired by a TV show I saw about NASA astronauts who have gone into space looked back down on earth. You can see the outline of the continents, the rivers, the weather patterns and of course you see the stains, the oil spills in the gulf or whatever else is wrong.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}