Information about plays

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

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

{
    "id": 3547948,
    "uri": "https://api.kexp.org/v2/plays/3547948/?format=api",
    "airdate": "2025-09-02T10:23:41-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia801400.us.archive.org/28/items/mbid-694f2857-3fd0-4ebd-9ea5-d585e9e3cf8c/mbid-694f2857-3fd0-4ebd-9ea5-d585e9e3cf8c-33506600555_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/28/items/mbid-694f2857-3fd0-4ebd-9ea5-d585e9e3cf8c/mbid-694f2857-3fd0-4ebd-9ea5-d585e9e3cf8c-33506600555_thumb250.jpg",
    "song": "Ooh La",
    "track_id": "58f6a505-7179-3d5e-ae31-00df008340e0",
    "recording_id": "f097d95b-adc2-4166-b829-73d92d633e78",
    "artist": "The Kooks",
    "artist_ids": [
        "f82f3a3e-29c2-42ca-b589-bc5dc210fa9e"
    ],
    "album": "Inside In/Inside Out",
    "release_id": "694f2857-3fd0-4ebd-9ea5-d585e9e3cf8c",
    "release_group_id": "955f4066-9dfd-3363-b10f-1c9a67903faa",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2006-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is rumored to be about lead singer, Luke Pritchard’s ex-girfriend, Katie Melua.\n--\n\"And ooh la, she was such a good girl to me\nWell, ooh la, the world just chewed her up and spat her out...\"\nHere are the lyrics: https://genius.com/The-kooks-ooh-la-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}