Information about plays

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

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

{
    "id": 3577604,
    "uri": "https://api.kexp.org/v2/plays/3577604/?format=api",
    "airdate": "2025-11-13T10:06:01-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Halfway Poem",
    "track_id": null,
    "recording_id": "892ca8f2-1888-40b5-ac52-c23a3b7d6c1f",
    "artist": "Spirits of the Red City",
    "artist_ids": [
        "c8f2e085-bc90-4e7d-801b-5d6c559782a4"
    ],
    "album": "Jula",
    "release_id": null,
    "release_group_id": "2547360c-3687-45d4-a01d-956681df2497",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning - you're tuned into a special Music Heals Midday Show with Kevin Sur. This is a day honoring the crushing pain of loss and the bittersweet joy of remembering. Be sure to share your stories of loss and love and let the music help process your grief.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}