Information about plays

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

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

{
    "id": 3599235,
    "uri": "https://api.kexp.org/v2/plays/3599235/?format=api",
    "airdate": "2026-01-02T13:31:43-08:00",
    "show": 65541,
    "show_uri": "https://api.kexp.org/v2/shows/65541/?format=api",
    "image_uri": "https://coverartarchive.org/release/959b9517-313e-467f-a7b2-bb6a4df61faf/17947349330-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/959b9517-313e-467f-a7b2-bb6a4df61faf/17947349330-250.jpg",
    "song": "The World I Know (Country Livin’ version)",
    "track_id": null,
    "recording_id": "cd43b400-92ea-4dc1-ac21-e505e2d2203e",
    "artist": "Goodie Mob & Esthero",
    "artist_ids": [
        "ade9b668-e38f-41a8-a6e5-51442c5d6468",
        "681bf706-8664-4658-ab1a-39e1d385fae2"
    ],
    "album": "Slam: The Soundtrack",
    "release_id": null,
    "release_group_id": "1ae324d2-b307-351b-a522-e73b4473d148",
    "labels": [
        "Immortal Records"
    ],
    "label_ids": [
        "0d9f5ee2-4eac-425e-b89a-b875215be916"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Esthero is a Canadian singer-songwriter who is based in Los Angeles and collaborated with the hip hop group Goodie Mob based in Atlanta, Georgia. The group was formed in 1991 and consist of members Big Gipp, Khujo, Cee-Lo, and T-Mo. Here's a Hip Hop Scriptures biography of Goodie Mob: https://www.hiphopscriptures.com/goodie-mob",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}