Information about plays

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

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

{
    "id": 3640169,
    "uri": "https://api.kexp.org/v2/plays/3640169/?format=api",
    "airdate": "2026-04-10T04:56:23-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-354c2946-47c7-40c7-a378-7b893f27b053/mbid-354c2946-47c7-40c7-a378-7b893f27b053-35855290500_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-354c2946-47c7-40c7-a378-7b893f27b053/mbid-354c2946-47c7-40c7-a378-7b893f27b053-35855290500_thumb250.jpg",
    "song": "Springtime",
    "track_id": "35ac125a-7249-4b71-ab46-538fb61d9f1c",
    "recording_id": "8e4d1d34-bf68-4f50-ad19-86ab6fe5854e",
    "artist": "Allison Russell",
    "artist_ids": [
        "eb04cb4e-9a20-4f89-9b73-652653844cab"
    ],
    "album": "The Returner",
    "release_id": "354c2946-47c7-40c7-a378-7b893f27b053",
    "release_group_id": "b692549c-16bf-4ca0-aa5d-32023a326d60",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "2023-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening for Sarah McLachlan @ Cheateau St Michelle in Woodinville, WA August 8 & 9.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}