Information about plays

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

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

{
    "id": 3571646,
    "uri": "https://api.kexp.org/v2/plays/3571646/?format=api",
    "airdate": "2025-10-30T02:43:34-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Bug's Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Sudan Archives",
    "artist_ids": [
        "6ce5eca0-4ad6-49e0-a5ab-e11482d85324"
    ],
    "album": "The BPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brittney Denise Parks aka Sudan Archives, is a violinist, singer, and songwriter based in Los Angeles, California. The BPM is her third studio album, following Athena (2019), and Natural Brown Prom Queen (2022). Sudan Archives is on tour! Seattle on Feb. 14, 2026, at the Neptune Theatre San Francisco on Feb. 18, 2026, at the Regency Ballroom sudanarchives.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}