Information about plays

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

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

{
    "id": 3610695,
    "uri": "https://api.kexp.org/v2/plays/3610695/?format=api",
    "airdate": "2026-01-29T16:47:16-08:00",
    "show": 65787,
    "show_uri": "https://api.kexp.org/v2/shows/65787/?format=api",
    "image_uri": "https://ia600809.us.archive.org/1/items/mbid-eca4b788-8b14-48b8-b365-a14b8e296e62/mbid-eca4b788-8b14-48b8-b365-a14b8e296e62-23938424832_thumb500.jpg",
    "thumbnail_uri": "https://ia800809.us.archive.org/1/items/mbid-eca4b788-8b14-48b8-b365-a14b8e296e62/mbid-eca4b788-8b14-48b8-b365-a14b8e296e62-23938424832_thumb250.jpg",
    "song": "Somebody To Love",
    "track_id": "65f7d8f9-f758-48be-b647-ea93aee82d78",
    "recording_id": "89ff2d44-a193-41cd-a243-29526b26b02d",
    "artist": "Thunderpussy",
    "artist_ids": [
        "1822e292-b283-451c-9ba5-c38132dfda63"
    ],
    "album": "Somebody to Love",
    "release_id": "eca4b788-8b14-48b8-b365-a14b8e296e62",
    "release_group_id": "36c6e18c-7303-4c1c-8a44-ce5a5267a0bf",
    "labels": [
        "Stardog Records"
    ],
    "label_ids": [
        "88d3fc4c-d528-4bb3-b6b9-f395e960205e"
    ],
    "release_date": "2019-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band Thunderpussy's fine cover of the 1967 song by Jefferson Airplane. It was written by Darby Slick and sung by his then sister-in-law Grace Slick.  \n\nFor comparison, here's that original: https://www.youtube.com/watch?v=a-C9pUGszsw\n\nhttps://thunderpussyusa.com/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}