Information about plays

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

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

{
    "id": 3638952,
    "uri": "https://api.kexp.org/v2/plays/3638952/?format=api",
    "airdate": "2026-04-07T06:23:52-07:00",
    "show": 66389,
    "show_uri": "https://api.kexp.org/v2/shows/66389/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-35df125c-af0b-4ce3-9e0b-e87aaa141a75/mbid-35df125c-af0b-4ce3-9e0b-e87aaa141a75-8034922966_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-35df125c-af0b-4ce3-9e0b-e87aaa141a75/mbid-35df125c-af0b-4ce3-9e0b-e87aaa141a75-8034922966_thumb250.jpg",
    "song": "Black Hole Sun",
    "track_id": "9b426fda-0e8e-3354-a898-0dd68130932c",
    "recording_id": "886a5ed4-a13c-4a07-84d4-ab27cd7a0fd4",
    "artist": "The Moog Cookbook",
    "artist_ids": [
        "f322d2b2-457c-4f15-824a-7ba03861a65a"
    ],
    "album": "The Moog Cookbook",
    "release_id": "35df125c-af0b-4ce3-9e0b-e87aaa141a75",
    "release_group_id": "887e3247-a1bd-3342-862b-cc7f48e90647",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1996-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the 1996 music video, directed by Jason Phillips: https://youtu.be/MEFR85cCi8w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}