Information about plays

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

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

{
    "id": 3548096,
    "uri": "https://api.kexp.org/v2/plays/3548096/?format=api",
    "airdate": "2025-09-02T18:25:27-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia800107.us.archive.org/21/items/mbid-2407f4ad-7cce-4464-a30a-ee8b657d5997/mbid-2407f4ad-7cce-4464-a30a-ee8b657d5997-41487139229_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/21/items/mbid-2407f4ad-7cce-4464-a30a-ee8b657d5997/mbid-2407f4ad-7cce-4464-a30a-ee8b657d5997-41487139229_thumb250.jpg",
    "song": "This City Is Over",
    "track_id": "e41e8908-0f86-40d8-935b-b63741307ba7",
    "recording_id": "ffbdc8fd-58e1-4b28-a869-34245235520b",
    "artist": "Fotoform",
    "artist_ids": [
        "3a6d5180-a336-464b-824c-689c53ae57a4"
    ],
    "album": "Grief Is a Garden (Forever in Bloom)",
    "release_id": "2407f4ad-7cce-4464-a30a-ee8b657d5997",
    "release_group_id": "bd1d54bf-611d-4cb4-b237-825f7a9c8b4a",
    "labels": [
        "Dismal Nitch"
    ],
    "label_ids": [
        "495dc19d-25f6-4f49-aee0-e5aadede078a"
    ],
    "release_date": "2025-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also playing at Everett's Seagaze Festival this weekend!\nhttp://www.seagazefestival.com\n\nSeattle's Fotoform released their new album back in April of this year: https://fotoform.bandcamp.com/album/grief-is-a-garden-forever-in-bloom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}