Information about plays

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

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

{
    "id": 3547501,
    "uri": "https://api.kexp.org/v2/plays/3547501/?format=api",
    "airdate": "2025-09-01T08:51:08-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?format=api",
    "image_uri": "https://ia800107.us.archive.org/21/items/mbid-6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8/mbid-6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8-41600933415_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/21/items/mbid-6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8/mbid-6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8-41600933415_thumb250.jpg",
    "song": "Trying To Steal A Smile",
    "track_id": "85353ca1-c629-4dfd-bf18-3f5cca224026",
    "recording_id": "a9c36a91-5493-416c-b335-ef5b14a29766",
    "artist": "Night Moves",
    "artist_ids": [
        "cfe4a55b-b076-48c1-a9fe-585c59f14645"
    ],
    "album": "Double Life",
    "release_id": "6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8",
    "release_group_id": "c5344303-8aaa-4df2-84e1-58066e0c4d4d",
    "labels": [
        "Domino",
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0",
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the new Night Moves album Double Life, which released this past July!\n\nNight Moves are an American indie rock band out of Minneapolis. See them live:\n- October 26th at The Chapel in San Francisco\n- October 29th at Wonder Ballroom in Portland, OR\n- October 30th at Neumos in Seattle\n\nhttps://nightmovesmpls.com/\nhttps://nightmoves.bandcamp.com/album/double-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}