Information about plays

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

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

{
    "id": 3657365,
    "uri": "https://api.kexp.org/v2/plays/3657365/?format=api",
    "airdate": "2026-05-20T20:10:39-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/f11b4ab1-e4e7-492b-8d52-dcaf91f55948/44608395414-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f11b4ab1-e4e7-492b-8d52-dcaf91f55948/44608395414-250.jpg",
    "song": "Abalone",
    "track_id": null,
    "recording_id": "b28ba57a-a59f-4ad5-bd20-ed014562fdb3",
    "artist": "Vinyl Williams",
    "artist_ids": [
        "9aee169e-faa7-4795-9358-4e76b10425f7"
    ],
    "album": "Star Harmony",
    "release_id": null,
    "release_group_id": "dfb8556f-7a3d-400e-baf6-cab05162ed7c",
    "labels": [
        "Harmony Records"
    ],
    "label_ids": [
        "39f79fe8-52d0-42fc-9c14-be0e88e92b97"
    ],
    "release_date": "2026-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shows:\nTomorrow! May 21 @ Hidden Hall in Seattle, WA\nMay 22 @ Swan Dive in Portland, OR\n\nhttps://vinylwilliams.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}