Information about plays

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

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

{
    "id": 3635656,
    "uri": "https://api.kexp.org/v2/plays/3635656/?format=api",
    "airdate": "2026-03-30T17:03:28-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b19483e-ad9b-48f8-b255-3bc4311faa62/29565385106-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b19483e-ad9b-48f8-b255-3bc4311faa62/29565385106-250.jpg",
    "song": "500 Miles",
    "track_id": null,
    "recording_id": "fdd9020c-ca43-4480-bf31-0f76d19e3f15",
    "artist": "The Brothers Four",
    "artist_ids": [
        "59b0f5da-cd35-4ec7-a4a8-74d7aa7948b7"
    ],
    "album": "The Big Folk Hits",
    "release_id": null,
    "release_group_id": "e78e384a-5acf-465a-ac93-dba0e3e518a1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Dick Foley, an original member of The Brothers Four\n\nThe Brothers Four formed at Fiji at the University of Washington.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}