Information about plays

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

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

{
    "id": 3559070,
    "uri": "https://api.kexp.org/v2/plays/3559070/?format=api",
    "airdate": "2025-09-29T02:42:22-07:00",
    "show": 64696,
    "show_uri": "https://api.kexp.org/v2/shows/64696/?format=api",
    "image_uri": "https://coverartarchive.org/release/51781b81-7108-4d31-ab86-d945679c4de5/3542558835-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51781b81-7108-4d31-ab86-d945679c4de5/3542558835-250.jpg",
    "song": "You Go to My Head",
    "track_id": null,
    "recording_id": "7806cd27-2517-4d07-811e-2ac84181c517",
    "artist": "Bud Powell Trio",
    "artist_ids": [
        "98735b08-414c-48f5-b2d5-d169ceedd2e8"
    ],
    "album": "The Amazing Bud Powell, Volume 2",
    "release_id": null,
    "release_group_id": "81ae2190-bac5-4b64-98ca-22647f9e7a5c",
    "labels": [
        "Blue Note +"
    ],
    "label_ids": [],
    "release_date": "1954-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating the Birthday of Bud Powell born on Sept. 27 1924, in Harlem New York",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}