Information about plays

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

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

{
    "id": 3601581,
    "uri": "https://api.kexp.org/v2/plays/3601581/?format=api",
    "airdate": "2026-01-07T22:48:06-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SOUL OF A MAN feat. Northern Cree",
    "track_id": null,
    "recording_id": null,
    "artist": "Blue Moon Marquee",
    "artist_ids": [
        "01fa4aff-3782-4b37-8010-028d9c13d1aa"
    ],
    "album": "GET YOUR FEATHERS READY",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Northern Cree Singers are a powwow and Round Dance drum and singing group based in Maskwacis, Alberta, Canada.\n\nhttps://bluemoonmarquee.bandcamp.com/album/get-your-feathers-ready",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}