Information about plays

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

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

{
    "id": 3545072,
    "uri": "https://api.kexp.org/v2/plays/3545072/?format=api",
    "airdate": "2025-08-26T13:28:26-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Modern Working Woman",
    "track_id": null,
    "recording_id": "4385fb85-8541-42b8-83ac-eeff8e6e0400",
    "artist": "Trans FX",
    "artist_ids": [
        "868f0862-cf50-4c03-acde-f2766c2f9af4"
    ],
    "album": "The Showroom Dummies",
    "release_id": null,
    "release_group_id": "787e9537-8c78-4648-ab53-d23ce91c4acb",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-07-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "'The Showroom Dummies' is Trans FX's fifth full-length studio album! Listen to more from it here:\nhttps://transfx.bandcamp.com/album/the-showroom-dummies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}