Information about plays

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

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

{
    "id": 3547514,
    "uri": "https://api.kexp.org/v2/plays/3547514/?format=api",
    "airdate": "2025-09-01T09:34:58-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?format=api",
    "image_uri": "https://ia803405.us.archive.org/21/items/mbid-0f97e50d-09f1-4cdc-845a-0d394eca1ea1/mbid-0f97e50d-09f1-4cdc-845a-0d394eca1ea1-8285433824_thumb500.jpg",
    "thumbnail_uri": "https://ia903405.us.archive.org/21/items/mbid-0f97e50d-09f1-4cdc-845a-0d394eca1ea1/mbid-0f97e50d-09f1-4cdc-845a-0d394eca1ea1-8285433824_thumb250.jpg",
    "song": "A Real Hero",
    "track_id": "cc22d398-c8e6-411b-a438-e606772c1783",
    "recording_id": "ce6729b1-a343-4b66-8500-6203db29e37b",
    "artist": "Electric Youth",
    "artist_ids": [
        "a0b2868c-22c7-49eb-b227-3c4251a6c88f"
    ],
    "album": "Innerworld",
    "release_id": "0f97e50d-09f1-4cdc-845a-0d394eca1ea1",
    "release_group_id": "03ee6702-c73e-4459-81f1-2affcf323978",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2014-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is a collaboration between French electronic artist College (David Grellie) and Canadian duo Electric Youth (Bronwyn Griffin  and Austin Garrick). \n\nThis track is a lyrical homage to heroism inspired by the remarkable story of Chesley Sullenberger and Flight 1549.\n\nhttps://www.electricyouth.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}