Information about plays

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

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

{
    "id": 3628383,
    "uri": "https://api.kexp.org/v2/plays/3628383/?format=api",
    "airdate": "2026-03-13T10:23:12-07:00",
    "show": 66169,
    "show_uri": "https://api.kexp.org/v2/shows/66169/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-da3d55ad-661d-4337-88cb-aadd27802015/mbid-da3d55ad-661d-4337-88cb-aadd27802015-3069156052_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-da3d55ad-661d-4337-88cb-aadd27802015/mbid-da3d55ad-661d-4337-88cb-aadd27802015-3069156052_thumb250.jpg",
    "song": "One Rainy Wish",
    "track_id": "c5b74b1f-e3b4-3f0e-a1d3-6ac1dcde39e3",
    "recording_id": "6f8c0252-259a-419c-bf58-226969d690f3",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "da3d55ad-661d-4337-88cb-aadd27802015",
    "release_group_id": "d0b1e21e-cef6-4575-8d92-1afea1894ca3",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Keep sending Seattle rainy vibes, please!!\n\n--\n\n\"In his brief four-year reign as a superstar, Jimi Hendrix expanded the vocabulary of the electric rock guitar more than anyone before or since. Hendrix was a master at coaxing all manner of unforeseen sonics from his instrument, often with innovative amplification experiments that produced astral-quality feedback and roaring distortion.\"\n\nhttps://www.allmusic.com/artist/jimi-hendrix-mn0000354105#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}