Information about plays

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

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

{
    "id": 3572821,
    "uri": "https://api.kexp.org/v2/plays/3572821/?format=api",
    "airdate": "2025-11-01T22:14:23-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shook",
    "track_id": null,
    "recording_id": null,
    "artist": "Laundry Bats",
    "artist_ids": [],
    "album": "Hangin On A String",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "HoZac Records"
    ],
    "label_ids": [
        "94099e8d-2456-485c-8e41-7fbbfc2e696f"
    ],
    "release_date": "2025-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed out of the prolific triangle of Greg Cartwright and Jack Yarber (Reigning Sound/Oblivians/Compulsive Gamblers) with the wild card of Abe White (Manateees/True Sons of Thunder) at the helm, Hangin on a String is a ruthless Memphis punk serving delivered hot & raw around the edges.\n\nhttps://hozacrecords.bandcamp.com/album/hangin-on-a-string",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}