Information about plays

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

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

{
    "id": 3542746,
    "uri": "https://api.kexp.org/v2/plays/3542746/?format=api",
    "airdate": "2025-08-21T03:48:30-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's Going On",
    "track_id": null,
    "recording_id": null,
    "artist": "Beverly Glenn‐Copeland",
    "artist_ids": [
        "c7e4e51b-df22-4ff3-9bb3-3a56d801e5be"
    ],
    "album": "What's Going On",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beverly Glenn-Copeland has released new covers of two songs from Marvin Gaye’s iconic What’s Going On. “What’s Going On” and “Save the Children.” beverlyglenn-copeland.bandcamp.com Glenn-Copeland co-produced his new covers with his wife and creative partner, Elizabeth Glenn-Copeland, as well as Thom Gill, Joseph Shabason, Jeremy Greenspan, and Bram Gielen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}