Information about plays

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

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

{
    "id": 3637979,
    "uri": "https://api.kexp.org/v2/plays/3637979/?format=api",
    "airdate": "2026-04-04T23:53:32-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-324ab479-b415-43b2-a825-10f8dbb4d6d0/mbid-324ab479-b415-43b2-a825-10f8dbb4d6d0-29608671723_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-324ab479-b415-43b2-a825-10f8dbb4d6d0/mbid-324ab479-b415-43b2-a825-10f8dbb4d6d0-29608671723_thumb250.jpg",
    "song": "No Reply",
    "track_id": "813e7480-05e6-3f9d-abf5-0abbdffc5651",
    "recording_id": "4e3c6563-c670-4d0f-8f37-48ee45981c04",
    "artist": "SSD",
    "artist_ids": [
        "ee3fc3fc-1b89-423c-8310-bd06c10616ee"
    ],
    "album": "Power",
    "release_id": "324ab479-b415-43b2-a825-10f8dbb4d6d0",
    "release_group_id": "234def99-da23-32a4-b19b-b53044c3f3ae",
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SSD was an American straight edge hardcore band from Boston. They released two records as SS Decontrol in the early 1980s and then formally changed their name to SSD.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}