Information about plays

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

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

{
    "id": 3655931,
    "uri": "https://api.kexp.org/v2/plays/3655931/?format=api",
    "airdate": "2026-05-17T12:05:26-07:00",
    "show": 66742,
    "show_uri": "https://api.kexp.org/v2/shows/66742/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f-3111350537_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f-3111350537_thumb250.jpg",
    "song": "Dreams",
    "track_id": "a803ee64-64bb-3800-8205-46304a6d6d33",
    "recording_id": "b90fc5cc-71f5-4cbd-91bd-f6fb70ce5c99",
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "Everybody Else Is Doing It, So Why Can’t We?",
    "release_id": "20fd1801-2b34-3a53-bd00-e4fe16dc778f",
    "release_group_id": "e6b486b3-68e7-331c-a078-94fd71d61877",
    "labels": [
        "Helicon Records"
    ],
    "label_ids": [
        "a488f2f6-a261-44d7-8985-e25ff0969eb7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Irish alt rock band The Cranberries' debut album 'Everybody Else Is Doing It, So Why Can't We?'\n\nDid you know that there are three versions of the 'Dreams' music video, all with a different director? Check them out here, enjoy: \n\n1. https://www.youtube.com/watch?v=Yam5uK6e-bQ \n\n2. https://www.youtube.com/watch?v=JAab9gufGW0 \n\n3. https://www.youtube.com/watch?v=6H9XkqlBQ0c\n\nhttps://www.cranberries.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}