Information about plays

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

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

{
    "id": 3667576,
    "uri": "https://api.kexp.org/v2/plays/3667576/?format=api",
    "airdate": "2026-06-13T22:32:04-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4ff90d1-2e12-47c5-a9af-78c580aed814/1260264728-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4ff90d1-2e12-47c5-a9af-78c580aed814/1260264728-250.jpg",
    "song": "Dear Teen Magazine",
    "track_id": null,
    "recording_id": "b985afb4-0894-483f-b613-7709272c802c",
    "artist": "Mika Miko",
    "artist_ids": [
        "f04f25c4-4b4e-4e5b-93c4-54c193d8f866"
    ],
    "album": "666",
    "release_id": null,
    "release_group_id": "7a4e596a-c765-41dc-8a54-82a14a0d65c3",
    "labels": [
        "Post Present Medium"
    ],
    "label_ids": [
        "8fee1462-c0fc-4324-9108-48f3c7b05216"
    ],
    "release_date": "2006-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In October 2009, the band decided to disband due to the members' wishes to return to school and work on other projects.  In 2011, the Clavin sisters formed a new band, Bleached.\n\nhttps://mikamiko.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}