Information about plays

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

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

{
    "id": 3561351,
    "uri": "https://api.kexp.org/v2/plays/3561351/?format=api",
    "airdate": "2025-10-04T20:09:48-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bolivian Army Lays Siege to Seattle",
    "track_id": "4da7edd6-b9de-39e0-ae50-da1e5cf5b58a",
    "recording_id": "09f02587-a590-4425-83c9-fe6d396b88db",
    "artist": "Roy",
    "artist_ids": [
        "07d69b37-185c-4ee9-a845-73a2061e364d"
    ],
    "album": "Tacomatose",
    "release_id": "689affee-8dea-4e71-ab30-1e08b9aa25f1",
    "release_group_id": "20aa8fa1-193d-3b9d-ade9-7a019d6b4da0",
    "labels": [
        "Initial Records"
    ],
    "label_ids": [
        "8a521a59-26a2-4e58-aedb-08f89f02a77b"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}