Information about plays

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

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

{
    "id": 3570189,
    "uri": "https://api.kexp.org/v2/plays/3570189/?format=api",
    "airdate": "2025-10-26T10:21:28-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/3278deda-170c-44aa-aa59-a42b63444b51/38611567752-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3278deda-170c-44aa-aa59-a42b63444b51/38611567752-250.jpg",
    "song": "I Hate You",
    "track_id": null,
    "recording_id": "766a07ff-2b0e-4c09-b906-532b87b0690e",
    "artist": "The Monks",
    "artist_ids": [
        "72bfcd14-0a48-43d9-86cf-e8d0f264fb13"
    ],
    "album": "Black Monk Time",
    "release_id": null,
    "release_group_id": "f0d042e6-6f09-4860-ae7c-d6c70cd613db",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Monks were five beat playing American GIs stationed in Germany who, after their discharge, decided to stay and continue their musical mission. Reissued by LITA in 2009.\nhttps://lightintheattic.net/products/black-monk-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}