Information about plays

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

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

{
    "id": 3616106,
    "uri": "https://api.kexp.org/v2/plays/3616106/?format=api",
    "airdate": "2026-02-11T09:26:56-08:00",
    "show": 65903,
    "show_uri": "https://api.kexp.org/v2/shows/65903/?format=api",
    "image_uri": "https://dn720903.ca.archive.org/0/items/mbid-a04486fc-31b7-48e1-8239-07cd30e67ef7/mbid-a04486fc-31b7-48e1-8239-07cd30e67ef7-17796307959_thumb500.jpg",
    "thumbnail_uri": "https://dn720903.ca.archive.org/0/items/mbid-a04486fc-31b7-48e1-8239-07cd30e67ef7/mbid-a04486fc-31b7-48e1-8239-07cd30e67ef7-17796307959_thumb250.jpg",
    "song": "Girlfriend Is Better",
    "track_id": "8dfa1ad0-5371-3370-b43f-f2e011ec3349",
    "recording_id": "643235b2-c476-4eb9-9e45-f993bf81d3a0",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Speaking in Tongues",
    "release_id": "a04486fc-31b7-48e1-8239-07cd30e67ef7",
    "release_group_id": "8a7a9db3-f87b-37d5-96a6-67485a8792e6",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1983!\n\n\"Speaking in Tongues\" was Talking Heads' fifth studio album. After their split with producer Brian Eno and a short hiatus, which allowed the individual members to pursue side projects, recording began in 1982. It became the band's commercial breakthrough and produced the band's sole US top-ten hit, \"Burning Down the House\".\n\nhttps://talkingheadsofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}