Information about plays

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

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

{
    "id": 3625087,
    "uri": "https://api.kexp.org/v2/plays/3625087/?format=api",
    "airdate": "2026-03-04T05:10:35-08:00",
    "show": 66087,
    "show_uri": "https://api.kexp.org/v2/shows/66087/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-a3616950-b835-4cfb-a87a-4b159b4fd16a/mbid-a3616950-b835-4cfb-a87a-4b159b4fd16a-39107205723_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-a3616950-b835-4cfb-a87a-4b159b4fd16a/mbid-a3616950-b835-4cfb-a87a-4b159b4fd16a-39107205723_thumb250.jpg",
    "song": "Signed DC",
    "track_id": "a19600f4-1239-3d93-ac78-511840f30f0a",
    "recording_id": "681fdc39-89f3-4fa5-a412-0ac3df1ebbfc",
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "Out There",
    "release_id": "f22e3ad8-06cf-394d-974d-dd4ae8f6ae82",
    "release_group_id": "94587e8e-1700-3484-b90e-3f789f5493d9",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the self-titled debut album by the American rock band Love, released in March 1966. Learn more about frontman Arthur Lee and Love: https://www.loudersound.com/features/love-arthur-lee-band-interview-2016",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}