Information about plays

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

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

{
    "id": 3628854,
    "uri": "https://api.kexp.org/v2/plays/3628854/?format=api",
    "airdate": "2026-03-14T16:14:22-07:00",
    "show": 66180,
    "show_uri": "https://api.kexp.org/v2/shows/66180/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-6d17224e-19b7-4d8a-ae6b-dd2f638c0a3b/mbid-6d17224e-19b7-4d8a-ae6b-dd2f638c0a3b-24924104158_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-6d17224e-19b7-4d8a-ae6b-dd2f638c0a3b/mbid-6d17224e-19b7-4d8a-ae6b-dd2f638c0a3b-24924104158_thumb250.jpg",
    "song": "Life on Mars?",
    "track_id": "84d516d2-d574-4857-8a24-b288780cf881",
    "recording_id": "5d165bfd-3923-4e15-a1e7-f3a28d9e5583",
    "artist": "Trent Reznor & Atticus Ross",
    "artist_ids": [
        "1fefa8b3-806b-4ab9-a066-66574b22aa16",
        "bc880664-6751-4998-984d-ebdbff15d229"
    ],
    "album": "Watchmen: Volume 3 (Music From the HBO Series)",
    "release_id": "6d17224e-19b7-4d8a-ae6b-dd2f638c0a3b",
    "release_group_id": "9b338779-969d-48ba-a04c-d439bcfb1cd1",
    "labels": [
        "The Null Corporation"
    ],
    "label_ids": [
        "f6f102a5-f7f0-49aa-8470-f71d083e3439"
    ],
    "release_date": "2019-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bowie Cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}