Information about plays

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

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

{
    "id": 3673529,
    "uri": "https://api.kexp.org/v2/plays/3673529/?format=api",
    "airdate": "2026-06-28T10:03:53-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "https://coverartarchive.org/release/cef9fa99-e1f4-4000-9661-55cf817c0d11/27941567856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cef9fa99-e1f4-4000-9661-55cf817c0d11/27941567856-250.jpg",
    "song": "Piper Oz The Hound",
    "track_id": null,
    "recording_id": "4c38f77f-529b-4a08-8481-4cd806680604",
    "artist": "Art Lown",
    "artist_ids": [
        "3cac4c48-2b94-4ab3-bd50-4e199999a7f9"
    ],
    "album": "Piper Oz the Hound",
    "release_id": null,
    "release_group_id": "1e7e7852-00cc-4fd7-a634-a30e78089b77",
    "labels": [
        "United Music"
    ],
    "label_ids": [
        "72f67d7e-ed28-48f0-b1a6-adc21c0e4db1"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The introvert and Beatles’ fan recorded his only album with session musicians at the West Columbia, SC label United Music World where he worked.\n\nhttps://anthologyrecordings.bandcamp.com/album/piper-oz-the-hound\nhttps://www.allmusic.com/artist/art-lown-mn0003840523",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}