Information about plays

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

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

{
    "id": 3532240,
    "uri": "https://api.kexp.org/v2/plays/3532240/?format=api",
    "airdate": "2025-07-27T02:23:13-07:00",
    "show": 64126,
    "show_uri": "https://api.kexp.org/v2/shows/64126/?format=api",
    "image_uri": "https://ia903103.us.archive.org/31/items/mbid-5349569b-d290-4e1c-b5e5-d51f7d3dc8a2/mbid-5349569b-d290-4e1c-b5e5-d51f7d3dc8a2-24625484086_thumb500.jpg",
    "thumbnail_uri": "https://ia803103.us.archive.org/31/items/mbid-5349569b-d290-4e1c-b5e5-d51f7d3dc8a2/mbid-5349569b-d290-4e1c-b5e5-d51f7d3dc8a2-24625484086_thumb250.jpg",
    "song": "Snowblind",
    "track_id": "30266ae0-025a-47aa-a90f-2630746a9503",
    "recording_id": "43054049-a05a-4834-a82c-de61dd6b9c4e",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Vol 4",
    "release_id": "5349569b-d290-4e1c-b5e5-d51f7d3dc8a2",
    "release_group_id": "8c292627-3459-3852-8ebc-226c12db175d",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Sabbath wanted to use \"Snowblind\" as the title to the album, but their record company would not let them because of the cocaine reference. It was called \"Vol. 4\" instead.\n--\nHere's a video of Ozzy Osbourne cooking breakfast and talking about Sabbath's drug usage. https://www.youtube.com/watch?v=AgKATgblWZc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}