Information about plays

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

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

{
    "id": 3581715,
    "uri": "https://api.kexp.org/v2/plays/3581715/?format=api",
    "airdate": "2025-11-23T00:44:57-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speed Tyrant",
    "track_id": null,
    "recording_id": null,
    "artist": "Sölicitör",
    "artist_ids": [
        "b1c404bb-077a-4e2a-adef-562b87f2fe5d"
    ],
    "album": "Sölicitör/All Debts on Death",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cruz del Sur Music"
    ],
    "label_ids": [
        "03566699-43bf-4727-832b-a4cf7d2a43c7"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Collection of 2 EPs reissued this year.\n\nSolicitor will be performing with Heathen and Coroner at the Rickshaw Theater in Vancouver, BC on February 14th.\n\nhttps://www.facebook.com/solicitor.speedmetal/\nhttps://solicitor-speedmetal.bandcamp.com/album/enemy-in-mirrors",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}