Information about plays

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

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

{
    "id": 3544011,
    "uri": "https://api.kexp.org/v2/plays/3544011/?format=api",
    "airdate": "2025-08-24T01:02:50-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Iron Wolves of War",
    "track_id": null,
    "recording_id": null,
    "artist": "Sölicitör",
    "artist_ids": [
        "b1c404bb-077a-4e2a-adef-562b87f2fe5d"
    ],
    "album": "Enemy in Mirrors",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cruz del Sur Music"
    ],
    "label_ids": [
        "03566699-43bf-4727-832b-a4cf7d2a43c7"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Solicitor will be playing at the Clock-Out Lounge on September 27th with Christian Mistress and Dark Meditation.\n\nhttps://solicitor-speedmetal.bandcamp.com/album/enemy-in-mirrors\nhttps://www.songkick.com/concerts/42665451-christian-mistress-at-clockout-lounge\nhttps://clockoutlounge.com/tm-event/hierophant-booking-presents-christian-mistress-w-dark-meditation-solicitor/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}