Information about plays

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

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

{
    "id": 3633076,
    "uri": "https://api.kexp.org/v2/plays/3633076/?format=api",
    "airdate": "2026-03-24T10:12:11-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-6d27daac-79aa-4cc9-aec6-33e24c2cddd8/mbid-6d27daac-79aa-4cc9-aec6-33e24c2cddd8-21351395691_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-6d27daac-79aa-4cc9-aec6-33e24c2cddd8/mbid-6d27daac-79aa-4cc9-aec6-33e24c2cddd8-21351395691_thumb250.jpg",
    "song": "We Have All the Time in the World",
    "track_id": "0e37ead6-c1d0-37d6-bacc-df5ee2ea1072",
    "recording_id": "5084ea1a-18ff-448c-87d1-8a68fff1d9ce",
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "Lost Tracks & Rare Cuts",
    "release_id": "6d27daac-79aa-4cc9-aec6-33e24c2cddd8",
    "release_group_id": "4d6f70e0-6c27-4f10-84cf-a904b427311f",
    "labels": [
        "Alti Philosophi"
    ],
    "label_ids": [
        "20de17bc-e31a-4a11-88b5-99f9aa9593cc"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by John Barry and Hal David and was a James Bond theme song for \"On Her Majesty's Secret Service.\"  It was originally sung by Louis Armstrong.  This lovely cover by mbv was produced by Kevin Shields.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}