Information about plays

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

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

{
    "id": 3658889,
    "uri": "https://api.kexp.org/v2/plays/3658889/?format=api",
    "airdate": "2026-05-24T07:37:18-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christian's Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Peach",
    "artist_ids": [],
    "album": "Soak Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mood Hut"
    ],
    "label_ids": [],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off the brand new EP from London-based electronic musician Peach ~ https://peachplanet.bandcamp.com/album/soak-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}