Information about plays

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

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

{
    "id": 3545481,
    "uri": "https://api.kexp.org/v2/plays/3545481/?format=api",
    "airdate": "2025-08-27T12:05:14-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "So Much Better",
    "track_id": null,
    "recording_id": null,
    "artist": "Dean Johnson",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-08-27",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "\"Johnson spent years tending bar at Al’s Tavern in Seattle’s Wallingford neighborhood. There, he encountered folks of all stripes; and regulars enthusiastically murmured about his budding musical greatness — There’s the best songwriter in town! Johnson was a kind of local lore, a long-held family secret, before the singer finally broke out in 2023 with his debut album, Nothing For Me Please, at age 50.\"\n\nhttps://deanjohnsongs.bandcamp.com/album/i-hope-we-can-still-be-friends",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}