Information about plays

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

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

{
    "id": 3641153,
    "uri": "https://api.kexp.org/v2/plays/3641153/?format=api",
    "airdate": "2026-04-12T10:45:30-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/0152c4e3-79e9-436d-9187-6dc01fcdd824/41425456030-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0152c4e3-79e9-436d-9187-6dc01fcdd824/41425456030-250.jpg",
    "song": "Fried Baloney",
    "track_id": null,
    "recording_id": "927ac7a7-8267-494f-9a65-47842d32dc37",
    "artist": "Animal Piss, It's Everywhere",
    "artist_ids": [
        "fe05a3df-e680-4b6d-a0c5-def3a120b63c"
    ],
    "album": "Grace",
    "release_id": null,
    "release_group_id": "ab4ded92-2350-45fc-9081-2d834b5cb937",
    "labels": [
        "Sophomore Lounge"
    ],
    "label_ids": [
        "8b65b62f-8f00-4d8a-9dc9-a2f20a6793db"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Western Mass. band describe their music as, “sorta like if an early Jimmy Buffett LP took a wrong turn down a dark alley somewhere between the poolside cabana and neighborhood crab shack.”\nhttps://sophomorelounge.bandcamp.com/album/animal-piss-its-everywhere-grace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}