Information about plays

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

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

{
    "id": 3566188,
    "uri": "https://api.kexp.org/v2/plays/3566188/?format=api",
    "airdate": "2025-10-17T03:13:48-07:00",
    "show": 64854,
    "show_uri": "https://api.kexp.org/v2/shows/64854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say No More",
    "track_id": null,
    "recording_id": null,
    "artist": "Knxwledge, Bruiser Wolf",
    "artist_ids": [
        "dd884b36-c727-4c74-bb06-ee7827611098",
        "0b19fa34-ca87-4999-abe6-a1515ae46c42"
    ],
    "album": "POTLUCK",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fake Shore Drive"
    ],
    "label_ids": [],
    "release_date": "2025-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://getondown.com/products/potluck-colored-lp?srsltid=AfmBOoq5hIsXfEeYOHuZqBCZtjNzZQSN2K9bh0mObLvrEtmkV38twdVF",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}