Information about plays

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

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

{
    "id": 3634438,
    "uri": "https://api.kexp.org/v2/plays/3634438/?format=api",
    "airdate": "2026-03-28T00:33:37-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Neva Seen",
    "track_id": null,
    "recording_id": "4fe19ae2-0027-4585-b421-4c31a6ab296c",
    "artist": "Mac Dre",
    "artist_ids": [
        "4efc4d86-18b5-4b6f-9380-6b8910482d37"
    ],
    "album": "For the Streets",
    "release_id": null,
    "release_group_id": "dcf78b46-e162-40c3-a1c0-59f3dc047f61",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born Andre Hicks in Oakland, Mac Dre is considered the godfather of the hyphy movement that took over the Bay Area in the early 2000s. His independent hustle through Thizz Entertainment influenced an entire generation of Bay Area rappers including E-40, Keak da Sneak, and Mistah F.A.B. Artists like Drake, Wiz Khalifa, and E-40 have cited him as a major influence, and his Thizz Entertainment label continues to release music preserving his legacy. RIP Legend.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}