Information about plays

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

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

{
    "id": 3597976,
    "uri": "https://api.kexp.org/v2/plays/3597976/?format=api",
    "airdate": "2025-12-30T11:06:03-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Won’t Tell",
    "track_id": "ee37afc4-a753-4360-b73c-66a14e1e110e",
    "recording_id": "7ad9741a-61b2-4cdc-b4d2-2f443193cb77",
    "artist": "Baby Rose feat. Smino",
    "artist_ids": [
        "96800e05-9924-4321-859a-76e0d4750f2f",
        "0ed5c36f-69ab-4e35-a6d4-ce9b6e77946f"
    ],
    "album": "Through and Through",
    "release_id": "d32919a9-dc36-4f58-9609-989a0c2fff38",
    "release_group_id": "ce1e93d1-f9f1-4b60-97f3-c5ca85a07f2a",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2023-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Growing up in Washington DC, the artist born Jasmine Rose Wilson first realized the power of her voice by reading aloud original poems at family gatherings. \n\nDespite being bullied for her lower vocal register throughout her childhood and teen years, she ultimately found comfort in songwriting and singing while playing her piano, inspired by the likes of Nina Simone, Billie Holiday, and Janis Joplin -strong women who also possessed unique voices. \n\nhttps://babyrose.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}