Information about plays

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

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

{
    "id": 3666302,
    "uri": "https://api.kexp.org/v2/plays/3666302/?format=api",
    "airdate": "2026-06-10T19:58:02-07:00",
    "show": 66955,
    "show_uri": "https://api.kexp.org/v2/shows/66955/?format=api",
    "image_uri": "https://coverartarchive.org/release/0197a289-5087-4cad-a821-97a52d6eea9e/22933385625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0197a289-5087-4cad-a821-97a52d6eea9e/22933385625-250.jpg",
    "song": "Orbit of a Witch",
    "track_id": null,
    "recording_id": "4516ede4-f013-4888-a845-f8e6c24475c2",
    "artist": "Earth Tongue",
    "artist_ids": [
        "e8953f62-0a60-4450-8d2a-482281ec966e"
    ],
    "album": "Dungeon Vision",
    "release_id": null,
    "release_group_id": "48e73818-a676-428f-9d87-f49e0d884ed6",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tour the US this summer!\n\n8/20 - Seattle - The Sunset\n8/23 - SF -Rickshaw Stop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}