Information about plays

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

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

{
    "id": 3658147,
    "uri": "https://api.kexp.org/v2/plays/3658147/?format=api",
    "airdate": "2026-05-22T17:21:53-07:00",
    "show": 66786,
    "show_uri": "https://api.kexp.org/v2/shows/66786/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-cb2eccc8-8002-4bef-a91d-3903721d5d9d/mbid-cb2eccc8-8002-4bef-a91d-3903721d5d9d-32093090745_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-cb2eccc8-8002-4bef-a91d-3903721d5d9d/mbid-cb2eccc8-8002-4bef-a91d-3903721d5d9d-32093090745_thumb250.jpg",
    "song": "Don't Argue",
    "track_id": "9fa676b2-bda1-3c4b-b8f3-d17d33849b82",
    "recording_id": "45f08a7a-811d-4d53-a71a-956df4cbc951",
    "artist": "Cabaret Voltaire",
    "artist_ids": [
        "439a29ad-f4ef-4857-a7cd-3d4a551056c8"
    ],
    "album": "Code",
    "release_id": "cb2eccc8-8002-4bef-a91d-3903721d5d9d",
    "release_group_id": "88db2e40-9332-355a-9a21-3d64b64ac0ea",
    "labels": [
        "EMI America"
    ],
    "label_ids": [
        "4881ac0f-1a15-4dd9-8b64-1c39a68edd33"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song incorporates sentences from the 1946 Frank Capra short film Your Job in Germany.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}