Information about plays

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

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

{
    "id": 3605709,
    "uri": "https://api.kexp.org/v2/plays/3605709/?format=api",
    "airdate": "2026-01-17T21:14:15-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scam",
    "track_id": null,
    "recording_id": "4cfff9ff-e4c5-4fdb-aab4-c8a4b44182cc",
    "artist": "Unsane",
    "artist_ids": [
        "db9cbc9e-65b6-4221-a847-75981feb1c6b"
    ],
    "album": "Occupational Hazard",
    "release_id": null,
    "release_group_id": "2ef656ba-4757-3ff4-808d-e49778ea27ca",
    "labels": [
        "Lamb Unlimited"
    ],
    "label_ids": [
        "efd99c1a-3acd-400b-84ea-4540dc9dd50f"
    ],
    "release_date": "1997-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released through Relapse Records in 1997, the album has been remastered by long time Unsane collaborator and engineer Andrew Schneider of Lamb Unlimited.  The release date is February 6th, but physical copies are available for pre-order now!\n\nhttps://unsane.bandcamp.com/album/occupational-hazard-2026-remaster\nhttps://www.roughtrade.com/en-us/product/unsane/occupational-hazard",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}