Information about plays

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

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

{
    "id": 3583788,
    "uri": "https://api.kexp.org/v2/plays/3583788/?format=api",
    "airdate": "2025-11-27T20:12:45-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SPAGHETTI",
    "track_id": null,
    "recording_id": null,
    "artist": "LE SSERAFIM",
    "artist_ids": [
        "1ee37742-1e3d-4e61-84d2-bc85f4c1459a"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SOURCE MUSIC"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Le Sserafim is a South Korean girl group formed by Source Music, a sub-label of Hybe. The group consists of five members: Sakura, Kim Chaewon, Huh Yunjin, Kazuha, and Hong Eunchae. Originally a sextet ensemble, member Kim Garam departed from the group in July 2022.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}