Information about plays

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

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

{
    "id": 3577992,
    "uri": "https://api.kexp.org/v2/plays/3577992/?format=api",
    "airdate": "2025-11-14T08:19:28-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hobo Humpin' Slobo Babe",
    "track_id": "53ebb26c-983b-3ada-ab17-ec9904b98787",
    "recording_id": "39ef339f-b038-4b29-b5f0-f894d82fbd45",
    "artist": "Whale",
    "artist_ids": [
        "7289f08a-0788-4214-af74-ad10d7c6ae05"
    ],
    "album": "We Care",
    "release_id": "21ef06be-4c2c-3b1a-aca2-4c38616b68e5",
    "release_group_id": "0e6e22ee-880b-3e87-86f0-0897e9eb0b7b",
    "labels": [
        "Hut Recordings"
    ],
    "label_ids": [
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1995-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Dance Party USA! Can you pls play the one song guaranteed to make me stop whatever I’m doing and immediately start DANCING…Whale “Hobo Humpin Slobo Babe”--JJ/Menlo Park\n--\nWhale, whale, whale....what have we here? It's the incredible music video for this little ditty, featuring vocalist Cia Berg: https://www.youtube.com/watch?v=2up7su7CeMU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}