Information about plays

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

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

{
    "id": 3639036,
    "uri": "https://api.kexp.org/v2/plays/3639036/?format=api",
    "airdate": "2026-04-07T11:42:55-07:00",
    "show": 66391,
    "show_uri": "https://api.kexp.org/v2/shows/66391/?format=api",
    "image_uri": "https://dn710909.ca.archive.org/0/items/mbid-b70c2a29-bff2-416c-b746-ba9b1379a758/mbid-b70c2a29-bff2-416c-b746-ba9b1379a758-2324147276_thumb500.jpg",
    "thumbnail_uri": "https://dn710909.ca.archive.org/0/items/mbid-b70c2a29-bff2-416c-b746-ba9b1379a758/mbid-b70c2a29-bff2-416c-b746-ba9b1379a758-2324147276_thumb250.jpg",
    "song": "One Perfect Thing",
    "track_id": "141a8d9e-a120-303d-9171-9542afdf6dfe",
    "recording_id": "8c4ffc70-8e7f-4ee3-8c4c-43844651e8e4",
    "artist": "Girls Against Boys",
    "artist_ids": [
        "837cd182-8da4-4c1c-924c-03daf72f0237"
    ],
    "album": "You Can't Fight What You Can't See",
    "release_id": "b70c2a29-bff2-416c-b746-ba9b1379a758",
    "release_group_id": "a6362473-a7d4-3f25-9756-95c39a2ffc77",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2002-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Girls Against Boys began in Washington, DC as a side project of Fugazi drummer Brendan Canty, with Eli Janney (bass/keyboards), and Scott McCloud (vocals): https://touchandgorecords.com/bands/band.php",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}