Information about plays

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

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

{
    "id": 3657013,
    "uri": "https://api.kexp.org/v2/plays/3657013/?format=api",
    "airdate": "2026-05-19T23:53:03-07:00",
    "show": 66763,
    "show_uri": "https://api.kexp.org/v2/shows/66763/?format=api",
    "image_uri": "https://dn710903.ca.archive.org/0/items/mbid-0aa4cf9e-f59f-30dc-9175-e39434504c0d/mbid-0aa4cf9e-f59f-30dc-9175-e39434504c0d-6192344044_thumb500.jpg",
    "thumbnail_uri": "https://dn710903.ca.archive.org/0/items/mbid-0aa4cf9e-f59f-30dc-9175-e39434504c0d/mbid-0aa4cf9e-f59f-30dc-9175-e39434504c0d-6192344044_thumb250.jpg",
    "song": "Bixby Canyon Bridge",
    "track_id": "de8a60c6-a20f-3c3a-af22-59b36b0a551d",
    "recording_id": "6e4a0a2d-87ff-4b3b-91cc-be94b90ad5fb",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Narrow Stairs",
    "release_id": "0aa4cf9e-f59f-30dc-9175-e39434504c0d",
    "release_group_id": "9b95d445-2293-366e-8e45-6fde0aa4f1d2",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2008-05-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Outside Lands on August 9 in SF and Bumbershoot on September 6 in Seattle ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}