Information about plays

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

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

{
    "id": 3537507,
    "uri": "https://api.kexp.org/v2/plays/3537507/?format=api",
    "airdate": "2025-08-08T13:58:21-07:00",
    "show": 64233,
    "show_uri": "https://api.kexp.org/v2/shows/64233/?format=api",
    "image_uri": "https://ia601403.us.archive.org/21/items/mbid-514bddf1-f444-4dd2-8012-37d08d1208b6/mbid-514bddf1-f444-4dd2-8012-37d08d1208b6-2985004368_thumb500.jpg",
    "thumbnail_uri": "https://ia601403.us.archive.org/21/items/mbid-514bddf1-f444-4dd2-8012-37d08d1208b6/mbid-514bddf1-f444-4dd2-8012-37d08d1208b6-2985004368_thumb250.jpg",
    "song": "Totally Wired",
    "track_id": "4ed2706f-8e32-32c5-adb6-5749bd8f5937",
    "recording_id": "7e3ac680-ec07-4075-a2cc-52153d5aa541",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "The Collection",
    "release_id": "514bddf1-f444-4dd2-8012-37d08d1208b6",
    "release_group_id": "4ae82e1b-2da9-35b4-950a-f3dcd52b8b95",
    "labels": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "release_date": "1993-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Steph in Seattle!\n\n\"The Fall formed in Manchester in 1976 and has existed ever since – touring and recording for over 40 years. Led by founder and only constant member, Mark E. Smith, the group’s music has gone through several stylistic changes over the years, but is often characterised by an abrasive guitar-driven sound and frequent use of repetition, always underpinned by Smith’s distinctive vocals and often cryptic lyrics.\" https://thefall.xyz/v",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}