Information about plays

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

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

{
    "id": 3604467,
    "uri": "https://api.kexp.org/v2/plays/3604467/?format=api",
    "airdate": "2026-01-15T00:48:48-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glory (Extended Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Dames Brown",
    "artist_ids": [
        "8014a5d8-a2e0-4fdb-9628-9b229beb4e5d"
    ],
    "album": "Take Me As I Am (Extended Mixes)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Defected"
    ],
    "label_ids": [
        "5b57408a-f93d-43b5-9017-e77a29f7fc32"
    ],
    "release_date": "2026-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Detroit’s powerhouse vocal trio Dames Brown — Athena Johnson, Teresa Marbury, and LaRae Starr — are set to release their long-awaited debut album, Take Me As I Am, on January 21, 2026, via Defected Records. The album stands as both a joyous celebration of Detroit’s musical heartbeat and a deeply personal tribute to their late mentor and producer, Amp Fiddler.\n\nhttps://dames-brown.bandcamp.com/track/glory-extended-mix-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}