Information about plays

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

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

{
    "id": 3656977,
    "uri": "https://api.kexp.org/v2/plays/3656977/?format=api",
    "airdate": "2026-05-19T21:34:29-07:00",
    "show": 66762,
    "show_uri": "https://api.kexp.org/v2/shows/66762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Odakule",
    "track_id": null,
    "recording_id": null,
    "artist": "İlhan Erşahin",
    "artist_ids": [
        "53912419-3cd1-4ffb-a38d-7da7340fc4f2"
    ],
    "album": "Istanbul Sessions: Mahalle",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ilhanersahin.bandcamp.com/album/istanbul-sessions-mahalle-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}