Information about plays

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

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

{
    "id": 3654800,
    "uri": "https://api.kexp.org/v2/plays/3654800/?format=api",
    "airdate": "2026-05-14T21:57:38-07:00",
    "show": 66718,
    "show_uri": "https://api.kexp.org/v2/shows/66718/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ratu Dansa (Tarian Patung)",
    "track_id": null,
    "recording_id": null,
    "artist": "Carefree",
    "artist_ids": [
        "3e31c4ff-1d49-479c-8236-ec7eea351257"
    ],
    "album": "Kebebasan III",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carefree was a Malaysian pop band formed in 1972, famous for its contributions to the local music scene in the late 1970s and early 1980s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}