Information about plays

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

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

{
    "id": 3628113,
    "uri": "https://api.kexp.org/v2/plays/3628113/?format=api",
    "airdate": "2026-03-12T13:34:20-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Spell On You",
    "track_id": null,
    "recording_id": "83b90962-e291-496e-a843-c92e78715da7",
    "artist": "Eddie Johns",
    "artist_ids": [
        "297c0ebc-6d31-47e8-8b85-f592e8d0fc35"
    ],
    "album": "More Spell On You",
    "release_id": null,
    "release_group_id": "d7e14b40-39dd-4519-982e-3f81dc395277",
    "labels": [
        "Intercord"
    ],
    "label_ids": [
        "7b75279e-b137-4f63-abcc-2e7b643de298"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this 1979 disco track provided the primary sample for Daft Punk's 2001 hit., \"One More Time\"?\n--\nEddie Johns, born Foda Eddie Johns in 1951 in Liberia, was a Liberian singer-songwriter active in the disco, funk, soul, and rock genres. \nIn 1977, he moved to Paris to pursue a music career, recording two albums: More Spell on You (1979) and Paris Métro (1980). \nDespite his efforts, he didn’t achieve mainstream success. In the early 2010s, Johns suffered a stroke, which led to a period of homelessness.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}