Information about plays

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

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

{
    "id": 3547105,
    "uri": "https://api.kexp.org/v2/plays/3547105/?format=api",
    "airdate": "2025-08-31T09:17:38-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/442cd7bb-229a-4578-ad36-8bc8f11abde4/22705607081-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/442cd7bb-229a-4578-ad36-8bc8f11abde4/22705607081-250.jpg",
    "song": "Free Until They Cut Me Down (demo)",
    "track_id": null,
    "recording_id": "188ecf95-54f3-4e4b-b451-1ed509446d21",
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Our Endless Numbered Days",
    "release_id": null,
    "release_group_id": "e73745df-c2de-374a-818b-bcedc03ac655",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2004-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in his hometown of Miami, FL. \nPlaying Marymoor Park, Seattle 9/18 and The Warfield, SF 8/23\n\nhttps://ironandwine.bandcamp.com/album/our-endless-numbered-days",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}