Information about plays

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

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

{
    "id": 3581700,
    "uri": "https://api.kexp.org/v2/plays/3581700/?format=api",
    "airdate": "2025-11-22T23:50:49-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bloodlines, Breadlines",
    "track_id": null,
    "recording_id": null,
    "artist": "The Alan Milman Sect",
    "artist_ids": [
        "12708130-279f-4571-9406-f42d8285c3d3"
    ],
    "album": "The Alan Milman Sect",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "No-Count Records"
    ],
    "label_ids": [
        "940df099-4cbb-4454-80eb-7a4e2687827a"
    ],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band, Dirty Sidewalks released a collaborative single with Alan Milman, which is the first in a series of collaborations with this legend.\n\nhttps://themilmancollaborations.bandcamp.com/track/monument\n\nhttps://www.discogs.com/release/31694714-The-Alan-Milman-Sect-The-Alan-Milman-Sect",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}