Information about plays

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

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

{
    "id": 3629734,
    "uri": "https://api.kexp.org/v2/plays/3629734/?format=api",
    "airdate": "2026-03-16T11:58:56-07:00",
    "show": 66198,
    "show_uri": "https://api.kexp.org/v2/shows/66198/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-b4397723-449d-4fe2-8675-7bfa78e9bc4c/mbid-b4397723-449d-4fe2-8675-7bfa78e9bc4c-14977189238_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-b4397723-449d-4fe2-8675-7bfa78e9bc4c/mbid-b4397723-449d-4fe2-8675-7bfa78e9bc4c-14977189238_thumb250.jpg",
    "song": "Homage",
    "track_id": "2aa6328e-ee3c-4c7f-b3fa-cafaeaa71fe8",
    "recording_id": "b716a023-260e-435e-9283-af655a059fbf",
    "artist": "Mild High Club",
    "artist_ids": [
        "5e9adbe9-5721-4d66-88e4-0e3ff7129f1c"
    ],
    "album": "Skiptracing",
    "release_id": "b4397723-449d-4fe2-8675-7bfa78e9bc4c",
    "release_group_id": "d5ccee25-6e60-4169-a267-bcc1a2f09256",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Someone wrote this song before\nAnd I could tell you where it's from\nThe 4-7-3-6-2-5-1 to put my mind at ease\"\n\n4-7-3-6-2-5-1 is a circle of fifths progression that's common in jazz in songs such as \"Autumn Leaves\" which shares the same chords as the beginning of this verse by Mild High Club. \n\nhttps://mildhighclub.bandcamp.com/album/skiptracing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}