Information about plays

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

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

{
    "id": 3588851,
    "uri": "https://api.kexp.org/v2/plays/3588851/?format=api",
    "airdate": "2025-12-09T09:31:43-08:00",
    "show": 65330,
    "show_uri": "https://api.kexp.org/v2/shows/65330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Left Behind",
    "track_id": "b519759e-eb60-46ed-8bdb-4caf7d0364dd",
    "recording_id": "526e1a42-7414-40d1-8aa0-533518cf6588",
    "artist": "Painted Vein",
    "artist_ids": [
        "ea1752c0-d057-4395-bca3-8fa3448d43b4"
    ],
    "album": "Left Behind",
    "release_id": "fa7e1986-8d52-4e75-a489-aa99195be507",
    "release_group_id": "c9aaa99f-e52e-42ce-9faf-d3b9da5f7795",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New indie rock from Seattle-based Painted Vein!\n\nhttps://paintedvein.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}