Information about plays

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

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

{
    "id": 3632616,
    "uri": "https://api.kexp.org/v2/plays/3632616/?format=api",
    "airdate": "2026-03-23T05:02:20-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "https://dn710707.ca.archive.org/0/items/mbid-4abe64de-327b-37fd-a233-c9843f70c868/mbid-4abe64de-327b-37fd-a233-c9843f70c868-2997775097_thumb500.jpg",
    "thumbnail_uri": "https://ia801702.us.archive.org/18/items/mbid-4abe64de-327b-37fd-a233-c9843f70c868/mbid-4abe64de-327b-37fd-a233-c9843f70c868-2997775097_thumb250.jpg",
    "song": "See Emily Play",
    "track_id": "574e3b68-57db-312f-9b2e-1c145b157c73",
    "recording_id": "0a15f7c8-a5b1-4dc3-b6d3-41ad84c8ba1b",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Pin Ups",
    "release_id": "4abe64de-327b-37fd-a233-c9843f70c868",
    "release_group_id": "8b7bd1c2-be07-3083-989a-714f219f1ff8",
    "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": "This 1973 track also samples \"The Magic Flute Overture\" from 1791.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}