Information about plays

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

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

{
    "id": 3545608,
    "uri": "https://api.kexp.org/v2/plays/3545608/?format=api",
    "airdate": "2025-08-27T20:18:02-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb552be3-3c9e-47ef-a888-759511804394/26142910881-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb552be3-3c9e-47ef-a888-759511804394/26142910881-250.jpg",
    "song": "Huos haenuy bong (It's Too Late)",
    "track_id": null,
    "recording_id": "b54a2043-7a08-481d-9e42-e945e4636d3c",
    "artist": "Pou Vannary",
    "artist_ids": [
        "3b1d203e-03e1-4cea-9f76-7d8817604386"
    ],
    "album": "Cambodian Soul Sounds Vol 1",
    "release_id": null,
    "release_group_id": "2184f3ac-15d6-4bdf-ab88-5301768c4953",
    "labels": [
        "Cambodian Soul Sounds"
    ],
    "label_ids": [],
    "release_date": "2014-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Requested by Koko in Maple Leaf, Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}