Information about plays

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

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

{
    "id": 3558583,
    "uri": "https://api.kexp.org/v2/plays/3558583/?format=api",
    "airdate": "2025-09-27T23:01:53-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Faith Hill Void",
    "track_id": null,
    "recording_id": null,
    "artist": "Guck",
    "artist_ids": [],
    "album": "Gucked UP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Three One G"
    ],
    "label_ids": [
        "9ac27a26-4bed-48b6-8704-e58b31021da5"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guck formed in the spring of 2022 when guitarist Chappy Hull had just moved to Los Angeles and needed a place to store his Crate 2x12.  Vocalist April Gerloff had primarily been a noise musician and instrumentalist before joining the band.\n\nhttps://guckitup.bandcamp.com/album/gucked-up",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}