Information about plays

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

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

{
    "id": 3587829,
    "uri": "https://api.kexp.org/v2/plays/3587829/?format=api",
    "airdate": "2025-12-06T23:36:24-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pleasure to Burn",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sinks",
    "artist_ids": [],
    "album": "7\" single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sonic Jett"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sinks is a power trio from Portland composed of Charley Nims on bass and vocals, Adam Kattau on guitar, and Melodie Beirwagen on drums who were members of Lovesores, The Ransom, Bitch School, Poison Idea, Girl Drink Drunks, Cootie Platoon...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}