Information about plays

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

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

{
    "id": 3580744,
    "uri": "https://api.kexp.org/v2/plays/3580744/?format=api",
    "airdate": "2025-11-20T19:00:17-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can’t Keep Up",
    "track_id": null,
    "recording_id": "99bd2c07-fa44-49ce-9c6f-eb72f5493602",
    "artist": "Shigeto feat. KESSWA",
    "artist_ids": [
        "9006da5a-73cc-4b98-9395-78570b827fb1",
        "1f24ab8e-03df-4413-b625-76a4dfdc8609"
    ],
    "album": "Cherry Blossom Baby",
    "release_id": null,
    "release_group_id": "89c63ed8-be9a-44c5-8cb6-162694a66598",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shigeto is the stage name of Zachary Shigeto Saginaw, an American electronic musician originally from Ann Arbor, Michigan. His music has a diverse sound, influenced by jazz, his fellow Ghostly label artists, and other sources. His melodic, beat oriented songs are a unique blend of instrumental hip hop and electronic music.\n\nhttps://shigeto.bandcamp.com/album/cherry-blossom-baby",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}