Information about plays

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

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

{
    "id": 3561389,
    "uri": "https://api.kexp.org/v2/plays/3561389/?format=api",
    "airdate": "2025-10-04T21:29:26-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speed of Life",
    "track_id": null,
    "recording_id": null,
    "artist": "The Smog",
    "artist_ids": [],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Going Underground"
    ],
    "label_ids": [
        "3800f078-f752-426b-86a7-dc790ae7a460"
    ],
    "release_date": "2025-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Smog is the 3-piece punk rock band from Osaka, Japan formed in 2017.  Reissued by Going Underground Records this year.\n\nhttps://goingundergroundrecords.bandcamp.com/album/speed-of-life\nhttps://www.maximumrocknroll.com/band/the-smog/\nhttps://thesmog3.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}