Information about plays

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

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

{
    "id": 3609334,
    "uri": "https://api.kexp.org/v2/plays/3609334/?format=api",
    "airdate": "2026-01-26T09:32:29-08:00",
    "show": 65760,
    "show_uri": "https://api.kexp.org/v2/shows/65760/?format=api",
    "image_uri": "https://ia800309.us.archive.org/25/items/mbid-abd5b4b0-485d-4729-a9dc-13ba79110553/mbid-abd5b4b0-485d-4729-a9dc-13ba79110553-5548634104_thumb500.jpg",
    "thumbnail_uri": "https://ia800309.us.archive.org/25/items/mbid-abd5b4b0-485d-4729-a9dc-13ba79110553/mbid-abd5b4b0-485d-4729-a9dc-13ba79110553-5548634104_thumb250.jpg",
    "song": "Born in the U.S.A.",
    "track_id": "d0cf2b18-4de7-4b72-91ad-215e3b93f9b4",
    "recording_id": "7cafa219-936c-45d0-9673-af298ad1589e",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born in the U.S.A.",
    "release_id": "abd5b4b0-485d-4729-a9dc-13ba79110553",
    "release_group_id": "3c39a076-8e52-38f2-8076-260d0672fb23",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Born in the U.S.A.' is the seventh studio album by Bruce Springsteen, released in 1984 (six years after the previous song). A misunderstood classic - most people thought this was a patriotic song about American pride, when it actually cast a shameful eye on how America treated its Vietnam veterans. Springsteen considers it one of his best songs, but it bothers him that it is so widely misinterpreted. -- https://bit.ly/3cgOKyx\n\nhttps://brucespringsteen.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}