Information about plays

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

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

{
    "id": 3622528,
    "uri": "https://api.kexp.org/v2/plays/3622528/?format=api",
    "airdate": "2026-02-26T10:55:52-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roses",
    "track_id": "989c9756-e469-4967-a3b0-324111a24a8e",
    "recording_id": "4583ba56-cf50-4d04-adfd-7a915ec0ca94",
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Hen’s Teeth",
    "release_id": "f9baa5c5-e070-4bac-9f38-444c08dc23e6",
    "release_group_id": "3b67b65e-1114-4c99-ab51-b105b9e405c6",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iron & Wine's eighth studio album, 'Hen's Teeth' will be released tomorrow, February 27th. \n\n“I’ve always wanted to use that title,” Sam Beam says of Hen’s Teeth, his eighth full-length album and his sixth for Sub Pop Records. “I just love it. To me it suggests the impossible. Hen’s teeth do not exist. And that’s what this record felt like: a gift that shouldn’t be there but it is. An impossible thing but it’s real.”\n\nhttps://ironandwine.bandcamp.com/album/hens-teeth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}