Information about plays

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

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

{
    "id": 3639596,
    "uri": "https://api.kexp.org/v2/plays/3639596/?format=api",
    "airdate": "2026-04-08T20:57:14-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1b87ff8-0782-499a-bc42-4c504fc00c84/22540815036-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1b87ff8-0782-499a-bc42-4c504fc00c84/22540815036-250.jpg",
    "song": "(David Bowie I Love You) Since I Was Six",
    "track_id": null,
    "recording_id": "098230d8-cfdc-4f9f-94da-3f4b596baeec",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Take It From the Man!",
    "release_id": null,
    "release_group_id": "ba9d04f2-9c26-3d0a-a55e-53b346b1654a",
    "labels": [
        "BOMP! Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1996-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Does she love you, you suppose?\nWith somebody who would know\nWho believes in what you are\nYou're my favorite thing by far",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}