Information about plays

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

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

{
    "id": 3575114,
    "uri": "https://api.kexp.org/v2/plays/3575114/?format=api",
    "airdate": "2025-11-07T12:23:31-08:00",
    "show": 65045,
    "show_uri": "https://api.kexp.org/v2/shows/65045/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alley Light",
    "track_id": "d2a5d691-8419-4659-b9b2-4b8b0a441ce9",
    "recording_id": "f2413594-a03c-4f9c-a8d4-7d53c0735e9b",
    "artist": "Squirrel Flower",
    "artist_ids": [
        "cf1021a4-ba16-4563-b4c2-e40aaf1802f6"
    ],
    "album": "Tomorrow’s Fire",
    "release_id": "130a1a8f-47cc-4fda-bf3d-9a14c5c30e34",
    "release_group_id": "928b83ac-daab-4dec-93c5-5be76f2b9a4a",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2023-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago artist Squirrel Flower played Live on KEXP in 2024! Enjoy the video here:  https://www.youtube.com/watch?v=UgSUowSmoZc\n\nhttps://squirrelflower.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}