Information about plays

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

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

{
    "id": 3636810,
    "uri": "https://api.kexp.org/v2/plays/3636810/?format=api",
    "airdate": "2026-04-02T09:04:17-07:00",
    "show": 66344,
    "show_uri": "https://api.kexp.org/v2/shows/66344/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-c27625a2-5429-462a-ae6e-a7f562102a89/mbid-c27625a2-5429-462a-ae6e-a7f562102a89-4931929101_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-c27625a2-5429-462a-ae6e-a7f562102a89/mbid-c27625a2-5429-462a-ae6e-a7f562102a89-4931929101_thumb250.jpg",
    "song": "Keep It Moving",
    "track_id": "a738d7b8-6070-4974-9411-d2d7643b68f7",
    "recording_id": "71fd2cd0-6934-4e67-ac8d-7ce79e334e5d",
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "History Speaks",
    "release_id": "c27625a2-5429-462a-ae6e-a7f562102a89",
    "release_group_id": "dabf2763-9b3c-42fa-8fb8-87a738b408a5",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-02-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Deep Sea Diver perform this one live in 2012:\nhttps://www.youtube.com/watch?v=nrrtgXOIn6E\n\nhttps://thedeepseadiver.bandcamp.com/track/keep-it-moving",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}