Information about plays

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

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

{
    "id": 3595069,
    "uri": "https://api.kexp.org/v2/plays/3595069/?format=api",
    "airdate": "2025-12-23T21:12:21-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Megalynarion for Christmas (from Three Christmas Hymns)",
    "track_id": null,
    "recording_id": "53493743-5f38-4ac8-9bc9-53af6a5d7f88",
    "artist": "Cappella Romana",
    "artist_ids": [
        "89f69402-5984-4546-b5b1-fefc5ba1f7e2"
    ],
    "album": "Angelic Light: Music from Eastern Cathedrals",
    "release_id": null,
    "release_group_id": "c62f3b85-a5a6-4fab-8d02-c3c2a3be369d",
    "labels": [
        "Valley Entertainment"
    ],
    "label_ids": [
        "9ce2d5cc-05ea-4394-81eb-ab137032f7dc"
    ],
    "release_date": "2012-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This group has been live streaming some performances from resonant chapel spaces. https://cappellaromana.org/\n\nCappella Romana most recently played Vancouver BC and Portland this past October.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}