Information about plays

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

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

{
    "id": 3565869,
    "uri": "https://api.kexp.org/v2/plays/3565869/?format=api",
    "airdate": "2025-10-16T13:11:18-07:00",
    "show": 64850,
    "show_uri": "https://api.kexp.org/v2/shows/64850/?format=api",
    "image_uri": "https://ia902803.us.archive.org/13/items/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e-6596294587_thumb500.jpg",
    "thumbnail_uri": "https://ia902803.us.archive.org/13/items/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e-6596294587_thumb250.jpg",
    "song": "The Dope (Wonderful You)",
    "track_id": "fdc06c09-519a-3216-b742-fdd59d51db3c",
    "recording_id": "b7811655-18c9-4dcd-aa9d-65cb910ee5b5",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Welcome to the Monkey House",
    "release_id": "57c59bb6-e45d-4937-b63e-c6e0a1cea09e",
    "release_group_id": "19dc2439-5bcb-3ee3-ac92-8160ce704cc1",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-05-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that The Dandy Warhols will perform with the Oregon Symphony in Portland on November 13th?: https://www.orsymphony.org/productions/2526/the-dandy-warhols\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}