Information about plays

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

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

{
    "id": 3547132,
    "uri": "https://api.kexp.org/v2/plays/3547132/?format=api",
    "airdate": "2025-08-31T11:00:12-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?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": "Beach Song",
    "track_id": null,
    "recording_id": "52e6d5a1-614d-4102-9a7b-b8a7dac7f231",
    "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 are opening for Ryan Davis and The Roadhouse Band in Seattle, Clock Out Lounge 11/1 https://tinyurl.com/RyanDavisSeattle\n\nhttps://sophomorelounge.bandcamp.com/album/animal-piss-its-everywhere-grace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}