Information about plays

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

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

{
    "id": 3634807,
    "uri": "https://api.kexp.org/v2/plays/3634807/?format=api",
    "airdate": "2026-03-28T19:48:20-07:00",
    "show": 66306,
    "show_uri": "https://api.kexp.org/v2/shows/66306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-8f398ff2-d3ee-498b-870e-ec69f0ebd48e/mbid-8f398ff2-d3ee-498b-870e-ec69f0ebd48e-37313297285_thumb250.jpg",
    "song": "Women We Haven't Met Yet",
    "track_id": "b02b1cd3-d8bc-39b9-86e2-b1b7fd4712e1",
    "recording_id": "4590ee34-9d47-4689-b967-200612c7af2e",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Highly Refined Pirates",
    "release_id": "8f398ff2-d3ee-498b-870e-ec69f0ebd48e",
    "release_group_id": "6fc3b39d-339b-3ded-b8fb-f44ceee71244",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2004-08-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}