Information about plays

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

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

{
    "id": 3575658,
    "uri": "https://api.kexp.org/v2/plays/3575658/?format=api",
    "airdate": "2025-11-08T19:14:52-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "https://ia801307.us.archive.org/14/items/mbid-9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b/mbid-9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b-12777364063_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/14/items/mbid-9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b/mbid-9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b-12777364063_thumb250.jpg",
    "song": "On the Land Blues",
    "track_id": "db362e32-0bf9-44df-9d40-48f7bb91fec4",
    "recording_id": "f4d2b9e1-24dd-41a8-8821-ee3d9e692e64",
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Visions of Us on the Land",
    "release_id": "9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b",
    "release_group_id": "b5f824e8-eed3-45a0-812a-95312ca7a577",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Damien Jurado is playing every Sunday night this December at the Tractor Tavern! Pick whichever Sunday you wanna go:\n\nhttps://damienjuradomusic.com/itinerary",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}