Information about plays

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

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

{
    "id": 3580457,
    "uri": "https://api.kexp.org/v2/plays/3580457/?format=api",
    "airdate": "2025-11-20T01:33:33-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold Blooded",
    "track_id": null,
    "recording_id": "b9b3f53d-0725-41a3-b577-8acbf20c90e3",
    "artist": "Rick James",
    "artist_ids": [
        "cba9cec2-be8d-41bd-91b4-a1cd7de39b0c"
    ],
    "album": "Cold Blooded",
    "release_id": null,
    "release_group_id": "a031ae8f-7fdd-3f5f-99df-21b07e147f36",
    "labels": [
        "Gordy"
    ],
    "label_ids": [
        "9b6dec85-599a-481f-9642-62fd1d3999fe"
    ],
    "release_date": "1983-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Linda Blair, star of The Exorcist, called him “the world’s sexiest man”. Rick read the interview, got in touch, and set about proving it. He later said, “She could freeze my blood,” writing the 1983 song ʻCold Blooded’ about it.  There's much, much more to know about the late Rick James: https://www.udiscovermusic.com/stories/rick-james-super-freak-life-story/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}