Information about plays

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

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

{
    "id": 3636877,
    "uri": "https://api.kexp.org/v2/plays/3636877/?format=api",
    "airdate": "2026-04-02T13:25:44-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/584a5090-cb03-31af-b3eb-c0750b84692d/4516515462-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/584a5090-cb03-31af-b3eb-c0750b84692d/4516515462-250.jpg",
    "song": "Come Get to This",
    "track_id": null,
    "recording_id": "2e6c2a30-1e2c-4be2-a8ab-9c886502e1a1",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Let’s Get It On",
    "release_id": null,
    "release_group_id": "120c822e-3cd2-3652-975c-d687256a7931",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1973-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye’s memorable 1973 album Let’s Get It On was precisely six weeks old as a new release when he followed its flagship, title track single with another seductive slice of his signature soulfulness.\nHis own composition “Come Get To This” opened with the doo-wop harmonies of Marvin’s youth, before blossoming into a fingersnapping, joyful ode to a returning lover. The song made its US debut on both the R&B and pop charts on November 3, 1973.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}