Information about plays

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

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

{
    "id": 3608863,
    "uri": "https://api.kexp.org/v2/plays/3608863/?format=api",
    "airdate": "2026-01-25T06:56:00-08:00",
    "show": 65750,
    "show_uri": "https://api.kexp.org/v2/shows/65750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Place Where Silence Felt Safe",
    "track_id": null,
    "recording_id": null,
    "artist": "Natalia Tsupryk",
    "artist_ids": [
        "296c9d1c-49f4-4870-a417-c36b868e72e1"
    ],
    "album": "Are We Alive?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Moderna"
    ],
    "label_ids": [],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off Ukrainian musician and composer Natalia Tsupryk's upcoming EP 'Are We Alive?' She shares: \"“I wanted to show something different from what people around the world see in the news—that despite all the destruction caused by Russia's war, there is a lot of love, resilience and kindness. That today, when there is so much division around the world, you can still feel at home.” ~ https://modernarecords.bandcamp.com/album/are-we-alive",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}