Information about plays

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

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

{
    "id": 3588411,
    "uri": "https://api.kexp.org/v2/plays/3588411/?format=api",
    "airdate": "2025-12-08T08:01:28-08:00",
    "show": 65322,
    "show_uri": "https://api.kexp.org/v2/shows/65322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Last Day of Our Acquaintance",
    "track_id": "2f8b1983-980b-39d3-b9e5-e5b8f71c7cc2",
    "recording_id": "2120a70d-793e-4ffd-8bb5-80f2d9b8a398",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "I Do Not Want What I Haven't Got",
    "release_id": "80063c26-4fd4-3e0c-97b1-2597750e51e4",
    "release_group_id": "9747bcfe-7c42-35ac-8c3e-7ecac9f1227b",
    "labels": [
        "Ensign Records"
    ],
    "label_ids": [
        "c62674d2-cd19-4435-8c6f-52d9c183718d"
    ],
    "release_date": "1990-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1966, Sinéad O'Connor, Irish musician was born. (d. July 26th, 2023, age 56.)\n\nTim in Wilmington says:\n\"When Sinéad's voice cracks it absolutely destroys you. God what a talent.\"\n\nI Do Not Want What I Haven't Got, O'Connor's second studio album, was nominated for four Grammy Awards in 1991, including Record of the Year, Best Female Pop Vocal Performance, and Best Music Video, Short Form for \"Nothing Compares 2 U\", winning the award for Best Alternative Music Performance. However, O'Connor refused to accept the nominations and award.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}