Information about plays

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

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

{
    "id": 3614918,
    "uri": "https://api.kexp.org/v2/plays/3614918/?format=api",
    "airdate": "2026-02-08T16:13:31-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "https://coverartarchive.org/release/59d0000a-d099-447e-8ef6-e5b83e9ebafe/2761427476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59d0000a-d099-447e-8ef6-e5b83e9ebafe/2761427476-250.jpg",
    "song": "Memories Can’t Wait",
    "track_id": null,
    "recording_id": "0fb3e3e7-bd88-4119-9a9d-d5c0a0618453",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Fear of Music",
    "release_id": null,
    "release_group_id": "f378dcb1-841b-3be1-9d96-779036562de1",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1979-08-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Talking Heads initially worked on 'Fear of Music' without a producer but they were unhappy with their sessions and brought Eno in to record basic tracks and shape the direction of the record. You can hear Eno's influence most prominently on the opening track, 'I Zimbra\", which guitarist Jerry Harrison would later note as an inspiration for their next record, 'Remain in Light'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}