Information about plays

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

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

{
    "id": 3656849,
    "uri": "https://api.kexp.org/v2/plays/3656849/?format=api",
    "airdate": "2026-05-19T13:51:29-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://ia600600.us.archive.org/24/items/mbid-4bdd409c-65ef-40fd-89e8-2ad17fa9e6ed/mbid-4bdd409c-65ef-40fd-89e8-2ad17fa9e6ed-18844189949_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-4bdd409c-65ef-40fd-89e8-2ad17fa9e6ed/mbid-4bdd409c-65ef-40fd-89e8-2ad17fa9e6ed-18844189949_thumb250.jpg",
    "song": "Spin the Bottle (radio edit)",
    "track_id": "8cb19ff5-c286-4542-b9a4-e42d3f4d4b90",
    "recording_id": "a71a0fb3-9f0d-4900-8e8a-e8839af4160c",
    "artist": "The Juliana Hatfield Three",
    "artist_ids": [
        "ea5f02d0-2c8a-48f2-a754-b1dd137b097f"
    ],
    "album": "Spin the Bottle",
    "release_id": "e7564082-8e89-4fda-98bc-5865b3dabefb",
    "release_group_id": "3958fa52-6a03-3fa3-86b8-6d220be88f46",
    "labels": [
        "Atlantic",
        "Mammoth Records"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out The Juliana Hatfield Three performing \"Spin the Bottle\" live in the KEXP studio on March 11, 2015.\n\nhttps://www.youtube.com/watch?v=629nVowW1E4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}