Information about plays

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

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

{
    "id": 3540574,
    "uri": "https://api.kexp.org/v2/plays/3540574/?format=api",
    "airdate": "2025-08-16T00:11:56-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ancient",
    "track_id": null,
    "recording_id": "92d91423-e9c3-4d75-abe0-c1e5edfe0064",
    "artist": "Kimmortal",
    "artist_ids": [
        "6253b202-ba04-4e7e-83c7-38e64442f06d"
    ],
    "album": "Shoebox",
    "release_id": null,
    "release_group_id": "f501ce06-a29d-4468-aa43-40ffa5999967",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kimmortal will be in Seattle on August 30 headling the Clock-Out Lounge! \n\nhttps://clockoutlounge.com/tm-event/otow-presents-the-good-foot-hosted-by-khingz-feat-kimmortal-livt-mic-flont/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}