Information about plays

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

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

{
    "id": 3610645,
    "uri": "https://api.kexp.org/v2/plays/3610645/?format=api",
    "airdate": "2026-01-29T14:10:39-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "https://coverartarchive.org/release/d908cac6-6019-4dbf-8fce-2ebdfcad516e/12691313964-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d908cac6-6019-4dbf-8fce-2ebdfcad516e/12691313964-250.jpg",
    "song": "Atom Heart Mother",
    "track_id": null,
    "recording_id": "b3f333cf-1432-4e5d-bfe8-a9a2713c21b7",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Atom Heart Mother",
    "release_id": null,
    "release_group_id": "e2f503d7-5488-3fe1-b3ac-f236d9f1b44c",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title and album cover comes from a newspaper headline \"Atom Heart Mother.\" They didn't have a title for the album, but needed one when BBC Radio 1 aired some of it. The album's producer Ron Geesin had Roger Waters look through the newspaper The Evening Standard to find a title, and he came across the story about a pregnant woman who received an experimental pacemaker. The cow on the cover had nothing to do with the story - Pink Floyd chose the cow because it was the least psychedelic thing they could think of.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}