Information about plays

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

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

{
    "id": 3623912,
    "uri": "https://api.kexp.org/v2/plays/3623912/?format=api",
    "airdate": "2026-03-01T10:20:44-08:00",
    "show": 66062,
    "show_uri": "https://api.kexp.org/v2/shows/66062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Cat Clyde",
    "artist_ids": [
        "4c82242a-4c59-455d-9883-beeaef0e21d1"
    ],
    "album": "Mud Blood Bone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Stratford, ON artist’s upcoming March 13 album on which she explores her indigenous Métis roots.\nPlaying The Chapel, SF, 3/22\nhttps://catclydeband.bandcamp.com/album/mud-blood-bone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}