Information about plays

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

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

{
    "id": 3547042,
    "uri": "https://api.kexp.org/v2/plays/3547042/?format=api",
    "airdate": "2025-08-31T05:02:00-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ffecbed-2ac4-407b-971c-0eb3617d299e/32917193647-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ffecbed-2ac4-407b-971c-0eb3617d299e/32917193647-250.jpg",
    "song": "E-Night (Bureau B Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "You",
    "artist_ids": [],
    "album": "Silberland Vol. 3 - The Ambient Side of Kosmische Musik 1972-1986",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bureau B"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "k o s m i k - https://bureaub.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}