Information about plays

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

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

{
    "id": 3599229,
    "uri": "https://api.kexp.org/v2/plays/3599229/?format=api",
    "airdate": "2026-01-02T13:02:24-08:00",
    "show": 65541,
    "show_uri": "https://api.kexp.org/v2/shows/65541/?format=api",
    "image_uri": "https://coverartarchive.org/release/555ff261-1c88-4a14-89cd-9673548105b4/5547442944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/555ff261-1c88-4a14-89cd-9673548105b4/5547442944-250.jpg",
    "song": "Rip It Up",
    "track_id": null,
    "recording_id": "b1bab3f5-b84a-4e4e-9f8f-694ae7ac7b30",
    "artist": "Orange Juice",
    "artist_ids": [
        "e598d30e-4ce1-402e-94a7-6f44779da6b7"
    ],
    "album": "Rip It Up",
    "release_id": null,
    "release_group_id": "b29ee43a-2073-3b7d-add8-ad893be0ecc9",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1982-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The leaders of the Scottish neo-pop uprising Orange Juice formed in Glasgow in late 1976. Originally dubbed the Nu-Sonics, the group comprised vocalist/guitarist Edwyn Collins, guitarist James Kirk, bassist David McClymont, and drummer Steven Daly; following the formation of the Postcard label by Collins protégé Alan Horne, the quartet renamed itself Orange Juice in 1979, adopting the new moniker as well as an aura of romantic innocence as a direct reaction to the increasingly macho aggression of punk.\" \n\nRead more here: https://tinyurl.com/2c5v32hs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}