Information about plays

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

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

{
    "id": 3545702,
    "uri": "https://api.kexp.org/v2/plays/3545702/?format=api",
    "airdate": "2025-08-28T02:04:32-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e2ccbfd-a225-4b0e-b9b8-5296b2c8c733/16258083695-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e2ccbfd-a225-4b0e-b9b8-5296b2c8c733/16258083695-250.jpg",
    "song": "Space Children",
    "track_id": null,
    "recording_id": "a31835d4-055e-447f-8a16-b4e0e72fbcab",
    "artist": "LaBelle",
    "artist_ids": [
        "875074d3-6458-47b4-b515-f7ecda93bd8d"
    ],
    "album": "Nightbirds",
    "release_id": null,
    "release_group_id": "1a11f10d-1e5e-38da-aa71-098e8b83a667",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Labelle was an American funk rock band that originated out of the Blue Belles, a girl group who were a popular vocal group of the 1960s and 1970s.  The founding members were Patti LaBelle, Cindy Birdsong, Nona Hendryx, and Sarah Dash. \n\nAllen Toussaint was assigned as the producer for the album and the group was sent to Toussaint's hometown of New Orleans to work on the record.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}