Information about plays

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

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

{
    "id": 3554755,
    "uri": "https://api.kexp.org/v2/plays/3554755/?format=api",
    "airdate": "2025-09-18T21:47:23-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grateful Days",
    "track_id": null,
    "recording_id": "a1542999-1ebc-49b3-a7ce-a52883a25f84",
    "artist": "Dragon Ash",
    "artist_ids": [
        "cdc00f5c-5e99-4b64-98f3-5eabda3636cf"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2021-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dragon Ash (ドラゴンアッシュ, Doragon Asshu) is a Japanese rap rock group founded in 1996 by Kenji \"KJ\" Furuya and Makoto Sakurai. They were one of the first groups to popularize hip hop in Japan. Dragon Ash is a member of Mob Squad, which is an affiliation with the bands Source and Endive.\n\n\"Grateful Days\", samples the opening of \"Today\" by The Smashing Pumpkins and features fellow Japanese hip hop artist Zeebra and \"The Queen of Japanese Lady Soul\" Aco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}