Information about plays

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

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

{
    "id": 3604480,
    "uri": "https://api.kexp.org/v2/plays/3604480/?format=api",
    "airdate": "2026-01-15T01:34:16-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "THE BPM",
    "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": "Sudan Archives is on tour! She's playing Seattle on Feb. 14, 2026, at the Neptune Theatre San Francisco on Feb. 18, 2026, at the Regency Ballroom 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).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}