Information about plays

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

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

{
    "id": 3569934,
    "uri": "https://api.kexp.org/v2/plays/3569934/?format=api",
    "airdate": "2025-10-25T20:25:50-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia800701.us.archive.org/4/items/mbid-0e5fe043-e66b-4cd5-b7d7-772769dc2885/mbid-0e5fe043-e66b-4cd5-b7d7-772769dc2885-6657430166_thumb500.jpg",
    "thumbnail_uri": "https://ia800701.us.archive.org/4/items/mbid-0e5fe043-e66b-4cd5-b7d7-772769dc2885/mbid-0e5fe043-e66b-4cd5-b7d7-772769dc2885-6657430166_thumb250.jpg",
    "song": "Video Killed the Radio Star",
    "track_id": "7d4df5b4-9b85-39d3-8e9a-ba7a490c2baa",
    "recording_id": "bc00e51f-306b-406e-8d23-5f0ca3e42f8b",
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "Pure Frosting",
    "release_id": "0e5fe043-e66b-4cd5-b7d7-772769dc2885",
    "release_group_id": "9e18133d-192e-3b60-b49e-673857296aeb",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1998-03-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's the Presidents of the United States of America covering The Buggles' classic track, which was also the first music video aired on MTV on August 1, 1981.\n\nGo check out their video here:\n\nhttps://www.youtube.com/watch?v=wAiGd9nTGmM",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}