Information about plays

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

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

{
    "id": 3597495,
    "uri": "https://api.kexp.org/v2/plays/3597495/?format=api",
    "airdate": "2025-12-29T06:22:43-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untitled",
    "track_id": "97bbe6f8-82a9-4032-82a0-d2dc2533d979",
    "recording_id": "8845dd40-2d2f-4d13-8ae8-78caceba2fb8",
    "artist": "L.A. Witch",
    "artist_ids": [
        "38e89263-3d3c-4ccb-ae29-9c31dcff0777"
    ],
    "album": "L.A. WITCH",
    "release_id": "27eaf01f-ce60-4e7f-9ce0-f05e20414d07",
    "release_group_id": "b504ad69-76c0-46d9-b1c5-3f3ebb8ca553",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The name is a partial misnomer. Though the band hails from Los Angeles, they do not partake in any sort of witchcraft. Yet their ability to conjure a specific time and place through their sound does suggest a kind of magic.\n\nhttps://lawitches.bandcamp.com/album/l-a-witch-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}