Information about plays

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

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

{
    "id": 3632682,
    "uri": "https://api.kexp.org/v2/plays/3632682/?format=api",
    "airdate": "2026-03-23T09:08:22-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-cca00421-983d-40aa-98dd-383e787d1b36/mbid-cca00421-983d-40aa-98dd-383e787d1b36-20294723810_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-cca00421-983d-40aa-98dd-383e787d1b36/mbid-cca00421-983d-40aa-98dd-383e787d1b36-20294723810_thumb250.jpg",
    "song": "Love Is All Around",
    "track_id": "08686947-dbbc-4484-a3c8-17739d87163f",
    "recording_id": "66183240-7195-4181-840e-70b41bcbd099",
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Eight Miles High / Makes No Sense At All",
    "release_id": "cca00421-983d-40aa-98dd-383e787d1b36",
    "release_group_id": "6d2b1abe-77cc-36fa-9d92-aaf36c898a65",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1990-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Sonny Curtis' theme song to the Mary Tyler Moore show.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}