Information about plays

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

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

{
    "id": 3628144,
    "uri": "https://api.kexp.org/v2/plays/3628144/?format=api",
    "airdate": "2026-03-12T15:52:50-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5ad7cc8-cc41-4448-b371-617a9a6a6d9b/36790841018-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5ad7cc8-cc41-4448-b371-617a9a6a6d9b/36790841018-250.jpg",
    "song": "Take Me to the Mardi Gras",
    "track_id": null,
    "recording_id": "3d9d22fd-93fc-492b-b0f9-4aaa95e7af2d",
    "artist": "Bob James",
    "artist_ids": [
        "f4d2fc5a-cacb-47c8-b096-ee73864b1aa8"
    ],
    "album": "Two",
    "release_id": null,
    "release_group_id": "8806630c-805d-3ef6-913d-dc3fdda4854c",
    "labels": [
        "Tappan Zee Records"
    ],
    "label_ids": [
        "48a37305-89ae-48c2-aa04-ced161018e6d"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You probably think you've heard part of this song somewhere else...and you did!! It's been sampled 530 times!: https://www.whosampled.com/Bob-James/Take-Me-to-the-Mardi-Gras/sampled/?cp=4\n--\nOn OG Thursday, we often explore the samples and influences from an artist or piece of music.  If learning about these connections is important to you, donate right now (please): https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}