Information about plays

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

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

{
    "id": 3543461,
    "uri": "https://api.kexp.org/v2/plays/3543461/?format=api",
    "airdate": "2025-08-22T20:28:55-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed0602ec-9068-4000-b8f6-ef80cb7831e9/3404423512-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed0602ec-9068-4000-b8f6-ef80cb7831e9/3404423512-250.jpg",
    "song": "Father",
    "track_id": null,
    "recording_id": "bde545e8-b870-43dc-9db1-118ffe723b40",
    "artist": "The Quantic Soul Orchestra",
    "artist_ids": [
        "4b2c889c-b4ef-45df-b4f0-59bb1b6e2a41"
    ],
    "album": "Tropidélico",
    "release_id": null,
    "release_group_id": "61f9b5cd-bab5-35ff-a226-28a71e77ce41",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Quantic Soul Orchestra is a live, sample-free funk and jazz project founded in 2001 by British musician Will Holland, also known as Quantic, to create a raw, '70s-inspired sound using organic instrumentation rather than studio tricks. The project features a rotating cast of collaborators, including Holland's sister, saxophonist Lucy Holland, and has released albums such as Stampede and Pushin' On, showcasing Holland's composition and arrangement skills.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}