Information about plays

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

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

{
    "id": 3671896,
    "uri": "https://api.kexp.org/v2/plays/3671896/?format=api",
    "airdate": "2026-06-24T07:42:23-07:00",
    "show": 67074,
    "show_uri": "https://api.kexp.org/v2/shows/67074/?format=api",
    "image_uri": "https://ia800507.us.archive.org/1/items/mbid-83fa1561-58c1-335d-a997-80ad21c4a396/mbid-83fa1561-58c1-335d-a997-80ad21c4a396-6484071535_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-83fa1561-58c1-335d-a997-80ad21c4a396/mbid-83fa1561-58c1-335d-a997-80ad21c4a396-6484071535_thumb250.jpg",
    "song": "Never Tear Us Apart",
    "track_id": "300b6d0c-0716-3b8f-b219-e3ac7490ea90",
    "recording_id": "619ee3de-edef-4370-9373-02d90b1ccbb7",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Kick",
    "release_id": "83fa1561-58c1-335d-a997-80ad21c4a396",
    "release_group_id": "ec6bc9d7-01e1-3d58-8e79-960611b26f44",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Andrew Farriss, INXS’ co-songwriter, keyboardist and guitarist, the song's chords were originally played on guitar for Michael Hutchence, who laughed when he first heard it, since the blues-y feel was so different than their usual sound.\n\nWatch INXS' Never Tear Us Apart video\nhttps://www.youtube.com/watch?v=AIBv2GEnXlc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}