Information about plays

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

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

{
    "id": 3594329,
    "uri": "https://api.kexp.org/v2/plays/3594329/?format=api",
    "airdate": "2025-12-22T05:05:38-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Time Time (I'm In The Palm Of Your Hand)",
    "track_id": null,
    "recording_id": null,
    "artist": "Yndling",
    "artist_ids": [
        "126b0d48-fe25-4052-946c-cf150f1b50c6"
    ],
    "album": "Time Time Time (I'm In The Palm Of Your Hand)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music out of Oslo, Norway.\n\n“This album explores the theme of time and change, about how I used to think I'd arrive somewhere in life, and realizing things are a bit more fluid than that. It’s a blend of shoegaze, trip hop and dreampop, taking inspirations from classics such as cocteau twins, mazzy star, portishead and massive attack, whilst hopefully bringing something new to the table.\"\n\nhttps://www.yndling.news/\nhttps://yndling.bandcamp.com/album/time-time-time-im-in-the-palm-of-your-hand",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}