Information about plays

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

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

{
    "id": 3547925,
    "uri": "https://api.kexp.org/v2/plays/3547925/?format=api",
    "airdate": "2025-09-02T08:55:54-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://ia801307.us.archive.org/25/items/mbid-e1aab434-b8f5-3456-8244-0bfada30b79a/mbid-e1aab434-b8f5-3456-8244-0bfada30b79a-12862103184_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/25/items/mbid-e1aab434-b8f5-3456-8244-0bfada30b79a/mbid-e1aab434-b8f5-3456-8244-0bfada30b79a-12862103184_thumb250.jpg",
    "song": "Single",
    "track_id": "022137b2-1795-397b-8692-5ddae61c26c1",
    "recording_id": "8822bbaa-55f6-40f4-aae0-c78c2d0a684d",
    "artist": "Pet Shop Boys",
    "artist_ids": [
        "be540c02-7898-4b79-9acc-c8122c7d9e83"
    ],
    "album": "Bilingual",
    "release_id": "e1aab434-b8f5-3456-8244-0bfada30b79a",
    "release_group_id": "42a051a0-a43e-39b0-9a4b-6277738bca7c",
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "1997-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today marks the 29th anniversary of Pet Shop Boys’ album Bilingual! This is the bands 6th studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}