Information about plays

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

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

{
    "id": 3546553,
    "uri": "https://api.kexp.org/v2/plays/3546553/?format=api",
    "airdate": "2025-08-30T03:19:34-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://dn720207.ca.archive.org/0/items/mbid-fdb4f2ea-5ea1-43cb-89b2-56dba045bfd3/mbid-fdb4f2ea-5ea1-43cb-89b2-56dba045bfd3-26948639527_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/31/items/mbid-fdb4f2ea-5ea1-43cb-89b2-56dba045bfd3/mbid-fdb4f2ea-5ea1-43cb-89b2-56dba045bfd3-26948639527_thumb250.jpg",
    "song": "Fear (of the Unknown)",
    "track_id": "7ffed316-70df-3fc5-80c0-10f4a5c20156",
    "recording_id": "1133dba0-e66c-4835-b467-c3ce428cf053",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Superstition",
    "release_id": "9c4be941-0ffc-3afd-9324-336071c789c6",
    "release_group_id": "bf20ea19-0c0f-358e-b94a-00d351ef1da4",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1991-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}