Information about plays

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

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

{
    "id": 3631760,
    "uri": "https://api.kexp.org/v2/plays/3631760/?format=api",
    "airdate": "2026-03-21T02:53:51-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/b09813f7-dfe5-4908-9671-ab4938b68134/11723585166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b09813f7-dfe5-4908-9671-ab4938b68134/11723585166-250.jpg",
    "song": "Godstar",
    "track_id": null,
    "recording_id": "a1b24f5d-3a8c-4872-b49b-f59908d28d9f",
    "artist": "Psychic TV",
    "artist_ids": [
        "14c5a3a3-f5ed-4978-99af-486010e3a007"
    ],
    "album": "Allegory and Self",
    "release_id": null,
    "release_group_id": "ceb6d949-1789-3ca4-bcba-64f983c7c37f",
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throbbing Gristle were an English music and visual arts group formed in Kingston upon Hull by Genesis P-Orridge and Cosey Fanni Tutti, later joined by Peter \"Sleazy\" Christopherson and Chris Carter. They are widely regarded as pioneers of industrial music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}