Information about plays

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

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

{
    "id": 3634011,
    "uri": "https://api.kexp.org/v2/plays/3634011/?format=api",
    "airdate": "2026-03-26T20:01:51-07:00",
    "show": 66287,
    "show_uri": "https://api.kexp.org/v2/shows/66287/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-deb843ae-3ac9-483b-a69e-ec00ea435dc9/mbid-deb843ae-3ac9-483b-a69e-ec00ea435dc9-8560438775_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-deb843ae-3ac9-483b-a69e-ec00ea435dc9/mbid-deb843ae-3ac9-483b-a69e-ec00ea435dc9-8560438775_thumb250.jpg",
    "song": "TECHNOPOLIS",
    "track_id": "b729dd0c-2cc7-3316-9f37-41a012f214d4",
    "recording_id": "1876b68c-b869-45ee-9dff-884f11886af4",
    "artist": "Yellow Magic Orchestra",
    "artist_ids": [
        "ac5af671-1df0-4312-8b7b-e61992ecc883"
    ],
    "album": "YMO Go Home!",
    "release_id": "deb843ae-3ac9-483b-a69e-ec00ea435dc9",
    "release_group_id": "38cd27b3-0656-34f4-9517-7bd1e1ec1855",
    "labels": [
        "EASTWORLD"
    ],
    "label_ids": [
        "31af4a29-1d1a-46f4-bf47-a3e8e84dadfb"
    ],
    "release_date": "1999-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yellow Magic Orchestra was a Japanese electronic music band formed in Tokyo in 1978 by Haruomi Hosono, Yukihiro Takahashi and Ryuichi Sakamoto. The group is considered influential and innovative in the field of popular electronic music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}