Information about plays

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

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

{
    "id": 3649795,
    "uri": "https://api.kexp.org/v2/plays/3649795/?format=api",
    "airdate": "2026-05-02T23:21:13-07:00",
    "show": 66615,
    "show_uri": "https://api.kexp.org/v2/shows/66615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Can You Act Oppisite To This Emotion",
    "track_id": null,
    "recording_id": null,
    "artist": "Piss",
    "artist_ids": [],
    "album": "Three Demos",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2024-02-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New band out of Vancouver, BC recently signed to Sub Pop and MAY be stopping by our studios soon...\n\nThey will be performing at Pickathon on July 30th\n\nhttps://pickathon.com/lineup/music/\nhttps://pisstheband.bandcamp.com/album/three-demos\nhttps://www.subpop.com/news/2026/04/27/piss_the_evocative_vancouver_b_c_four_piece_signs_to_sub_pop_for_the_world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}