Information about plays

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

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

{
    "id": 3657922,
    "uri": "https://api.kexp.org/v2/plays/3657922/?format=api",
    "airdate": "2026-05-22T04:48:25-07:00",
    "show": 66781,
    "show_uri": "https://api.kexp.org/v2/shows/66781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-2dd25b6d-d060-4cac-86a1-7666d3b43f7b/mbid-2dd25b6d-d060-4cac-86a1-7666d3b43f7b-13484960339_thumb250.jpg",
    "song": "Swimming Horses",
    "track_id": "892d9917-e052-3b76-a8cd-b1cba08a6750",
    "recording_id": "150c69be-dfe4-4d0b-94e0-1c40d2e11136",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Twice Upon a Time: The Singles",
    "release_id": "2dd25b6d-d060-4cac-86a1-7666d3b43f7b",
    "release_group_id": "54b6967d-4dc8-36cf-baf1-d918536d48c3",
    "labels": [
        "Geffen Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}