Information about plays

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

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

{
    "id": 3606463,
    "uri": "https://api.kexp.org/v2/plays/3606463/?format=api",
    "airdate": "2026-01-19T18:24:08-08:00",
    "show": 65701,
    "show_uri": "https://api.kexp.org/v2/shows/65701/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How We Gonna Make the Black Nation Rise?",
    "track_id": null,
    "recording_id": "f011a4d8-6562-4f70-ad24-3f45df1f2404",
    "artist": "Brother “D” with Collective Effort",
    "artist_ids": [
        "31326227-2419-4adb-83ce-ad1fe722f973",
        "1d810d54-44d2-466d-a0e5-0af68e1ef20c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brother D (born Daryl Aamaa Nubyahn), a math teacher from the Bronx, teamed up with friends known as Collective Effort to record How We Gonna Make the Black Nation Rise? in 1980 — one of the earliest hip‑hop records driven by overt political and social commentary rather than party themes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}