Information about plays

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

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

{
    "id": 3557041,
    "uri": "https://api.kexp.org/v2/plays/3557041/?format=api",
    "airdate": "2025-09-24T04:54:12-07:00",
    "show": 64646,
    "show_uri": "https://api.kexp.org/v2/shows/64646/?format=api",
    "image_uri": "https://ia902903.us.archive.org/3/items/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d-3214128328_thumb500.jpg",
    "thumbnail_uri": "https://ia902903.us.archive.org/3/items/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d-3214128328_thumb250.jpg",
    "song": "Cherry Bomb",
    "track_id": "422017fc-dadd-3e0e-a5fb-121ca1e332fe",
    "recording_id": "d8cb3068-578e-4323-82d1-8b6248a9b8b5",
    "artist": "The Runaways",
    "artist_ids": [
        "ded0d67a-eb71-4fe9-83c0-1d18b8ed497e"
    ],
    "album": "No Thanks! The ’70s Punk Rebellion",
    "release_id": "064e7db2-706a-36fc-a7cc-257d7b2bfc1d",
    "release_group_id": "cb56519f-2b82-3433-b51e-37af917a875a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Runaways were an American, all female rock band from the late 70s. Their story was made into a movie back in 2010, Check out the New York Times review here\nhttps://www.nytimes.com/2010/03/14/movies/14runaways.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}