Information about plays

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

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

{
    "id": 3546018,
    "uri": "https://api.kexp.org/v2/plays/3546018/?format=api",
    "airdate": "2025-08-28T21:03:36-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wanna Kiss",
    "track_id": null,
    "recording_id": null,
    "artist": "当山ひとみ",
    "artist_ids": [
        "46dbc9cf-4b90-4437-849f-5aed15eacc40"
    ],
    "album": "Ritual Chants",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eskimo Recordings"
    ],
    "label_ids": [],
    "release_date": "1983-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hitomi Tohyama, also known as Hitomi \"Penny\" Tohyama, is a Japanese singer from Okinawa city. Raised in California, where she attended Oakland High School, she released several albums and singers with Nippon Columbia in the 1980s. Her music regained popularity as part of the 21st-century city pop wave.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}