Information about plays

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

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

{
    "id": 3595887,
    "uri": "https://api.kexp.org/v2/plays/3595887/?format=api",
    "airdate": "2025-12-25T14:51:17-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/10519b8e-883e-4616-acee-a41c8303f157/24916884171-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10519b8e-883e-4616-acee-a41c8303f157/24916884171-250.jpg",
    "song": "Santa's Homophobic",
    "track_id": null,
    "recording_id": "18c2a7a2-199e-4323-b106-5ce5d242b9c4",
    "artist": "Left at London ft. Dominique \"SonicFox\" McLean & SungWon Cho",
    "artist_ids": [
        "3944b36f-0ec2-4972-bab4-c45477b7b8f1",
        "6439610c-53a0-4d58-ac5b-f9cf0dbb4a48",
        "a37ce66c-55b9-4c21-b398-51aa6f048b31"
    ],
    "album": "Santa's Homophobic",
    "release_id": null,
    "release_group_id": "8e7b089f-0ed9-42c9-b771-0acf55c940b8",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2019-12-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own Left at London learns Santa is *not* homophobic.\n\nhttps://leftatlondon.com/\nhttps://leftatlondon.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}