Information about plays

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

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

{
    "id": 3554530,
    "uri": "https://api.kexp.org/v2/plays/3554530/?format=api",
    "airdate": "2025-09-18T08:39:18-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia800701.us.archive.org/33/items/mbid-b8525314-995d-4b27-ac42-2a4652172ac8/mbid-b8525314-995d-4b27-ac42-2a4652172ac8-40101243471_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-b8525314-995d-4b27-ac42-2a4652172ac8/mbid-b8525314-995d-4b27-ac42-2a4652172ac8-40101243471_thumb250.jpg",
    "song": "Live Forever",
    "track_id": "60ee5329-e233-4fd5-b6e1-00261fe1ed1d",
    "recording_id": "43cf19be-cdcf-48a9-beea-4d0b56887317",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Definitely Maybe",
    "release_id": "b8525314-995d-4b27-ac42-2a4652172ac8",
    "release_group_id": "451dca98-c118-32e1-9244-c47ca9c3c0f9",
    "labels": [
        "Big Brother Recordings"
    ],
    "label_ids": [
        "5ab599c4-db48-4179-85df-521436e7805c"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It is our understanding that Oasis live in concert is very good. For example...\n--\nJust got back to Seattle from seeing Oasis in Mexico City! These songs hit harder after being in a crowd of a hundred thousand singing along. I hate stadium shows, but this one was such silly heart warming fun and we need more of that.\n\nMexico City is amazing!\n\nJohn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}