Information about plays

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

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

{
    "id": 3649353,
    "uri": "https://api.kexp.org/v2/plays/3649353/?format=api",
    "airdate": "2026-05-02T03:03:29-07:00",
    "show": 66605,
    "show_uri": "https://api.kexp.org/v2/shows/66605/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City Moon (hEADaCHE Remix)",
    "track_id": null,
    "recording_id": "7302a2aa-f061-4718-9387-7659d59a0d0d",
    "artist": "Love Spirals Downwards remixed by hEADaCHE",
    "artist_ids": [
        "34b69232-264f-419d-ad62-47d362e2c308",
        "36bd4762-ea27-44a4-99ee-c6537e21a023"
    ],
    "album": "City 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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}