Information about plays

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

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

{
    "id": 3619376,
    "uri": "https://api.kexp.org/v2/plays/3619376/?format=api",
    "airdate": "2026-02-19T04:42:20-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soulection",
    "track_id": null,
    "recording_id": null,
    "artist": "Terrace Martin",
    "artist_ids": [
        "47d06156-05af-420e-8835-be50353a5d52"
    ],
    "album": "PASSION",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Terrace Martin is an American musician, rapper, singer, songwriter, record producer and actor from Los Angeles, California. He is perhaps best known for producing records for several prominent artists in the music industry, including Kendrick Lamar, Snoop Dogg, The Game, Busta Rhymes, Stevie Wonder, Charlie Wilson, Raphael Saadiq and YG among others. Martin is a multi-instrumentalist, whose music production embodies everything from funk and jazz to classical and soul. He is also a member of Dinner Party (with Robert Glasper, Kamasi Washington, 9th Wonder).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}