Information about plays

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

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

{
    "id": 3572213,
    "uri": "https://api.kexp.org/v2/plays/3572213/?format=api",
    "airdate": "2025-10-31T12:33:41-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ghost In Our House",
    "track_id": "cbefbd42-bd63-4ef8-94c1-1d219da62b93",
    "recording_id": "d0fbdc4c-f455-4d90-b422-9880778bddd4",
    "artist": "Erik Blood",
    "artist_ids": [
        "bb5edacd-c97d-42df-9174-2fa7abbf69ee"
    ],
    "album": "Música Do Filme \"Centro De Gravidade\"",
    "release_id": "6c8d02fb-47da-4e0d-9dde-a3cd99d6c35b",
    "release_group_id": "c070291e-9d9d-4d75-91eb-5cc5cb8d9495",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-10-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Ghost In Our House\" opens Erik Blood's 2011 album, Music From the Film CENTER OF GRAVITY. The film was written and directed by Steven Richter and based on the story \"Pity for the World\", by American writer David Plante. \n\nhttps://erikblood.bandcamp.com/album/music-from-the-film-center-of-gravity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}