Information about plays

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

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

{
    "id": 3556210,
    "uri": "https://api.kexp.org/v2/plays/3556210/?format=api",
    "airdate": "2025-09-22T06:08:48-07:00",
    "show": 64631,
    "show_uri": "https://api.kexp.org/v2/shows/64631/?format=api",
    "image_uri": "https://ia802906.us.archive.org/10/items/mbid-b3c594b1-0593-43a3-8cf2-b5e352e70db0/mbid-b3c594b1-0593-43a3-8cf2-b5e352e70db0-15697866518_thumb500.jpg",
    "thumbnail_uri": "https://ia902906.us.archive.org/10/items/mbid-b3c594b1-0593-43a3-8cf2-b5e352e70db0/mbid-b3c594b1-0593-43a3-8cf2-b5e352e70db0-15697866518_thumb250.jpg",
    "song": "Chinatown",
    "track_id": "341b0f5f-200e-3c99-ae5b-3df00acf9760",
    "recording_id": "2aba763e-6ca4-4ecb-96c9-80a04dde15ab",
    "artist": "Destroyer",
    "artist_ids": [
        "61604b45-8a91-4e33-a1b6-45d7b1fec4e5"
    ],
    "album": "Kaputt",
    "release_id": "b3c594b1-0593-43a3-8cf2-b5e352e70db0",
    "release_group_id": "145e5f9c-7be0-4728-80ed-c5e020b362f1",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2011-01-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Destroyer will be live:\n\n- Sept. 23 (tomorrow!) at WOW Hall in Eugene, OR\n- Sept. 24 at August Hall in San Francisco, CA\n\nDan Bejar started Destroyer as a solo home-recording project in the early to mid-nineties. Exploring and overturning genres such as glam, MIDI, yacht rock, & even underground Spanish independent artists, Bejar was proclaimed “Rock’s Exiled King” by The Fader. \n\nhttps://destroyer.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}