Information about plays

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

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

{
    "id": 3591268,
    "uri": "https://api.kexp.org/v2/plays/3591268/?format=api",
    "airdate": "2025-12-15T03:56:44-08:00",
    "show": 65383,
    "show_uri": "https://api.kexp.org/v2/shows/65383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kunolounka (Oneida Iroquois)",
    "track_id": null,
    "recording_id": null,
    "artist": "Joanne Shenandoah",
    "artist_ids": [
        "6a815d73-4f50-4df6-9915-473ac4b8bccf"
    ],
    "album": "Under the Green Corn Moon",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oneida Indian Nation\t\n\nKunolounka is a song written by the late Joanne Shenandoah. Singer, poet, multi-instrumentalist and a member of Oneida Indian Nation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}