Information about plays

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

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

{
    "id": 3638669,
    "uri": "https://api.kexp.org/v2/plays/3638669/?format=api",
    "airdate": "2026-04-06T15:27:57-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "https://coverartarchive.org/release/2420696f-b0b5-4849-96b7-c8276c90330f/19186343108-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2420696f-b0b5-4849-96b7-c8276c90330f/19186343108-250.jpg",
    "song": "Who Do You Love (radio edit)",
    "track_id": null,
    "recording_id": "daf666cd-3d5f-4b22-b120-163bcffa2a1c",
    "artist": "Bernard Wright",
    "artist_ids": [
        "e3955858-c058-45ff-815b-6a4a469cd93b"
    ],
    "album": "Who Do You Love",
    "release_id": null,
    "release_group_id": "f38b2e97-36ae-41e3-b2ce-c23eaef690fe",
    "labels": [
        "Manhattan"
    ],
    "label_ids": [
        "e513f59a-f13c-49e4-9309-7a0a45187ce4"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since the song's release, \"Who Do You Love\" has been sampled in a number of tracks such as \"Never Been in Love B4\" by Shinehead, \"If It Ain't Love\" by Tichina Arnold, \"Tell Me (I'll Be Around)\" by Shades, \"Who Is a Thug\" by Big Pun, and \"Is It Kool?\" by Luniz, and in the remix of \"Loungin\" by LL Cool J.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}