Information about plays

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

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

{
    "id": 3589242,
    "uri": "https://api.kexp.org/v2/plays/3589242/?format=api",
    "airdate": "2025-12-10T06:58:01-08:00",
    "show": 65337,
    "show_uri": "https://api.kexp.org/v2/shows/65337/?format=api",
    "image_uri": "https://ia600206.us.archive.org/16/items/mbid-d9d40c9d-fb53-404f-8a21-6c67ba73f614/mbid-d9d40c9d-fb53-404f-8a21-6c67ba73f614-33607579144_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/16/items/mbid-d9d40c9d-fb53-404f-8a21-6c67ba73f614/mbid-d9d40c9d-fb53-404f-8a21-6c67ba73f614-33607579144_thumb250.jpg",
    "song": "One Way or Another",
    "track_id": "52c322d1-1b09-3720-a7b8-fdd28864d4d4",
    "recording_id": "a8d7415e-c129-47d7-ba01-b4d253af8d6d",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Parallel Lines",
    "release_id": "d9d40c9d-fb53-404f-8a21-6c67ba73f614",
    "release_group_id": "0c1a4d70-5926-3ae8-aa25-466fe65639fe",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1978-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1973, The CBGB Club (Country, BlueGrass, and Blues), opened in the lower eastside of New York City. Founded by Hilly Kristal, it was originally intended to feature its namesake musical styles, but became a forum for American punk and New Wave bands such as Blondie, Television, Patti Smith and the Ramones.\n\nCheck out some cool videos from CBGB performances at http://www.billboard.com/articles/columns/rock/6414266/cbgb-10-classic-moments",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}