Information about plays

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

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

{
    "id": 3629669,
    "uri": "https://api.kexp.org/v2/plays/3629669/?format=api",
    "airdate": "2026-03-16T08:22:37-07:00",
    "show": 66197,
    "show_uri": "https://api.kexp.org/v2/shows/66197/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-0c0f9ff9-0b07-4d12-8978-6522601eca9d/mbid-0c0f9ff9-0b07-4d12-8978-6522601eca9d-2328143152_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-0c0f9ff9-0b07-4d12-8978-6522601eca9d/mbid-0c0f9ff9-0b07-4d12-8978-6522601eca9d-2328143152_thumb250.jpg",
    "song": "The Sea",
    "track_id": "d5fabb31-42c0-3024-8a5e-184f89009764",
    "recording_id": "2d98788d-b10b-40d6-8c9d-2bf9f0979378",
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Big Calm",
    "release_id": "0c0f9ff9-0b07-4d12-8978-6522601eca9d",
    "release_group_id": "033ad45d-fdf5-3a94-ba34-d50e3716cf95",
    "labels": [
        "China Records"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79"
    ],
    "release_date": "1998-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A trip-hop classic, released on this day, 1998!\n\nVocalist Skye Edwards, along with brothers Paul and Ross Godfrey, formed Morcheeba in the 1990s. The cover for this album was inspired by the 1966 lounge classic \"Hi-Fi Companion\" by Ray Conniff.\nhttps://morcheeba.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}