Information about plays

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

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

{
    "id": 3653189,
    "uri": "https://api.kexp.org/v2/plays/3653189/?format=api",
    "airdate": "2026-05-10T20:54:46-07:00",
    "show": 66684,
    "show_uri": "https://api.kexp.org/v2/shows/66684/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dis Go Dis Way, Dis Go Dat Way",
    "track_id": null,
    "recording_id": "9b935821-36ca-4b2f-b635-5d7771a1d3c0",
    "artist": "Mother’s Finest",
    "artist_ids": [
        "7b38a145-7137-4c61-8d04-89ade521a6fc"
    ],
    "album": "Dis Go Dis Way, Dis Go Dat Way",
    "release_id": null,
    "release_group_id": "c4622249-6dc8-3cf0-b99a-b7b4ef8da3a0",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funk pop outfit Mother's Finest released \"Dis Go Dis Way, Dis Go Dat Way\" and b-side \"Thank You For The Love\" in 1977.\n\nFounded by Joyce Kennedy and Glenn Murdock, other members of Mother's Finest include: Berry Borden, Dion Murdock, Donny Vosburgh, Gary Moore, Harold Seay, Jerry Seay, John Hayes, Kerry Denton, Michael Keck, and Tracey Singleton.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}