Information about plays

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

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

{
    "id": 3635478,
    "uri": "https://api.kexp.org/v2/plays/3635478/?format=api",
    "airdate": "2026-03-30T06:28:30-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "https://dn721200.ca.archive.org/0/items/mbid-b5d3f03c-f9e3-4738-a444-7a1ee925a575/mbid-b5d3f03c-f9e3-4738-a444-7a1ee925a575-7303050790_thumb500.jpg",
    "thumbnail_uri": "https://dn721200.ca.archive.org/0/items/mbid-b5d3f03c-f9e3-4738-a444-7a1ee925a575/mbid-b5d3f03c-f9e3-4738-a444-7a1ee925a575-7303050790_thumb250.jpg",
    "song": "Sex on Wheelz (radio edit)",
    "track_id": "b26ac958-2a46-3a79-9850-c61bdd48a716",
    "recording_id": "429fa1fb-27b4-4bdb-a007-c43c4e136839",
    "artist": "My Life With the Thrill Kill Kult",
    "artist_ids": [
        "07934e8f-f079-4645-a984-4a529504d79c"
    ],
    "album": "Sexplosion!",
    "release_id": "b5d3f03c-f9e3-4738-a444-7a1ee925a575",
    "release_group_id": "dadbd448-1fff-36e4-bec3-f97fef754ddd",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music video for \"Sex on Wheels\" was directed by Ralph Bakshi to coincide with his movie coming out at the time \"Cool World\" (1992): \n\nhttps://www.youtube.com/watch?v=sFNgCrGWQAM&t=3s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}