Information about plays

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

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

{
    "id": 3612924,
    "uri": "https://api.kexp.org/v2/plays/3612924/?format=api",
    "airdate": "2026-02-04T01:44:03-08:00",
    "show": 65835,
    "show_uri": "https://api.kexp.org/v2/shows/65835/?format=api",
    "image_uri": "https://coverartarchive.org/release/903a2fd5-a2b9-4c35-a616-f62b6243231f/18468142497-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/903a2fd5-a2b9-4c35-a616-f62b6243231f/18468142497-250.jpg",
    "song": "We’ve Only Just Begun",
    "track_id": null,
    "recording_id": "0a49dbc6-8d5c-4d7d-afad-541068d9d4bb",
    "artist": "Carpenters",
    "artist_ids": [
        "4580d83b-093e-4241-91fb-2dd71f5f1f3f"
    ],
    "album": "Carpenters With the Royal Philharmonic Orchestra",
    "release_id": null,
    "release_group_id": "634be877-c15a-416f-9d24-c210c162321f",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "2018-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD in 1983,  Karen Carpenter passed away due to heart failure, a complication of her anorexia nervosa. She was 32. Though her life ended too soon, she and her brother, Richard Carpenter, formed the 1970s duo The Carpenters and released more than a dozen hit records before Karen was even 24. She is best-known for her vocal performances but was also a talented drummer, and started off in The Carpenters singing from behind the drum kit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}