Information about plays

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

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

{
    "id": 3554591,
    "uri": "https://api.kexp.org/v2/plays/3554591/?format=api",
    "airdate": "2025-09-18T12:06:42-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Joker Lips",
    "track_id": null,
    "recording_id": null,
    "artist": "MJ Lenderman",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-09-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2018, Lenderman played the drums for fellow Asheville artist Indigo De Souza on two of her albums. He also met Karly Hartzman, lead singer for the band Wednesday, that year and joined them on their 2019 EP. In July 2019, he released his first solo, self-titled album while also working in an ice cream shop. MJ stayed busy throughout Covid as he wrote the songs for his next two albums as well as deeping his relationship with both Wednesday and Waxahatchee. He was a touring member of Wednesday until 2025 and also was featured on Waxahatchee’s 2024 album, ‘Tiger’s Blood’.\n\nhttps://mjlenderman.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}