Information about plays

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

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

{
    "id": 3589855,
    "uri": "https://api.kexp.org/v2/plays/3589855/?format=api",
    "airdate": "2025-12-11T18:54:03-08:00",
    "show": 65349,
    "show_uri": "https://api.kexp.org/v2/shows/65349/?format=api",
    "image_uri": "https://ia803409.us.archive.org/28/items/mbid-1fa40ee0-ee74-40e4-9c84-5e872e7bd9cf/mbid-1fa40ee0-ee74-40e4-9c84-5e872e7bd9cf-17856115162_thumb500.jpg",
    "thumbnail_uri": "https://ia803409.us.archive.org/28/items/mbid-1fa40ee0-ee74-40e4-9c84-5e872e7bd9cf/mbid-1fa40ee0-ee74-40e4-9c84-5e872e7bd9cf-17856115162_thumb250.jpg",
    "song": "Don’t Die Just Yet",
    "track_id": "db104752-2f89-379d-8e3b-5b7a7457b8bc",
    "recording_id": "9e095643-480b-4f3b-8467-41da3be30061",
    "artist": "David Holmes",
    "artist_ids": [
        "a53f5eed-f9f1-4cf1-9994-4c9374904790"
    ],
    "album": "Let’s Get Killed",
    "release_id": "1fa40ee0-ee74-40e4-9c84-5e872e7bd9cf",
    "release_group_id": "65ee6fe4-2f93-3ec4-afca-801bc8fe6a3f",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1997-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Belfast electronica DJ and producer - this was his first LP released in the US, featuring snippets of conversation he recorded on the streets of NYC, overhearing sex workers, pimps, and drug dealers.\n\nHe chose the album's name based on a time Holmes and his team were \"... chased by eight guys through the South Bronx who were after our expensive audio equipment\".\n\nThis song samples \"Melody\" by Serge Gainsbourg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}