Information about plays

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

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

{
    "id": 3583618,
    "uri": "https://api.kexp.org/v2/plays/3583618/?format=api",
    "airdate": "2025-11-27T10:23:47-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "https://ia902301.us.archive.org/7/items/mbid-c84acb45-03ba-4a22-a483-ebf1b68d2833/mbid-c84acb45-03ba-4a22-a483-ebf1b68d2833-18140759661_thumb500.jpg",
    "thumbnail_uri": "https://ia802301.us.archive.org/7/items/mbid-c84acb45-03ba-4a22-a483-ebf1b68d2833/mbid-c84acb45-03ba-4a22-a483-ebf1b68d2833-18140759661_thumb250.jpg",
    "song": "Seether",
    "track_id": "8cf889ad-ab22-4274-9749-3383d3565d3c",
    "recording_id": "5bba0bbf-b02e-405e-a126-1bb5697e8e34",
    "artist": "Veruca Salt",
    "artist_ids": [
        "86e8e21a-d29f-47d2-bbf0-e079f7044e71"
    ],
    "album": "American Thighs",
    "release_id": "c84acb45-03ba-4a22-a483-ebf1b68d2833",
    "release_group_id": "9682037a-7cbc-3a74-9d65-05e6cf9451e9",
    "labels": [
        "Minty Fresh Records"
    ],
    "label_ids": [
        "ec44443b-b862-47e5-85a3-3db242d2789b"
    ],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1994 on an Australian radio station, Louise Post of Veruca Salt said that this song was actually about the intense uncontrollable anger she would experience sometimes. She considered her temper to be a different person from herself, called the Seether.\n\nRemember: No matter how hard it might be, keep your Seether under control at the family gathering.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}