Information about plays

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

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

{
    "id": 3548945,
    "uri": "https://api.kexp.org/v2/plays/3548945/?format=api",
    "airdate": "2025-09-04T19:02:14-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0b38541-4cca-4c47-9242-b0cfc4ee94a7/32002384236-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0b38541-4cca-4c47-9242-b0cfc4ee94a7/32002384236-250.jpg",
    "song": "Aizu Bandaisan",
    "track_id": null,
    "recording_id": null,
    "artist": "Mitsune",
    "artist_ids": [
        "ce2ee54e-523c-459c-84b8-ff0e08bb8290"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mitsune is a Japanese folk fusion band based in Berlin, with members hailing from Japan, Australia, and Greece. Their sound blends traditional Japanese folk with psychedelic, cinematic and ritual music, serving modern folklore with a punk mentality.\n--\nhttps://www.mitsune.de/\n\nCatch their KEXP live session from Transmusical here:\nhttps://www.youtube.com/watch?v=_Mik8XJgpTU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}