Information about plays

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

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

{
    "id": 3547435,
    "uri": "https://api.kexp.org/v2/plays/3547435/?format=api",
    "airdate": "2025-09-01T05:01:30-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen of the Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Wolfgang Amadeus Mozart",
    "artist_ids": [
        "b972f589-fb0e-474e-b64a-803b0364fa75"
    ],
    "album": "Mozart Collection: 100 Masterpieces: The Magic Flute",
    "release_id": null,
    "release_group_id": "c4cfee9e-3a7b-4694-b4f0-84e7f8f654fa",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to Early! It's Mozart Monday!\n\n\"Der Hölle Rache kocht in meinem Herzen\", commonly abbreviated \"Der Hölle Rache\", is an aria sung by the Queen of the Night, a coloratura soprano part, in the second act of Mozart's opera The Magic Flute.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}