Information about plays

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

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

{
    "id": 3628606,
    "uri": "https://api.kexp.org/v2/plays/3628606/?format=api",
    "airdate": "2026-03-14T02:17:02-07:00",
    "show": 66174,
    "show_uri": "https://api.kexp.org/v2/shows/66174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midnight Merchant",
    "track_id": null,
    "recording_id": null,
    "artist": "Fabio Monesi",
    "artist_ids": [
        "43e57655-a4f7-4692-9d83-7246d220b623"
    ],
    "album": "CRUEL INTENTION LP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wilson Records"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://wilsonrecords.bandcamp.com/track/the-midnight-merchant",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}