Information about plays

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

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

{
    "id": 3589372,
    "uri": "https://api.kexp.org/v2/plays/3589372/?format=api",
    "airdate": "2025-12-10T14:36:32-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Wanna Live Some",
    "track_id": null,
    "recording_id": null,
    "artist": "Perera Elsewhere",
    "artist_ids": [
        "9b537369-684b-4f67-9619-f2bd7bb62486"
    ],
    "album": "Just Wanna Live Some",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Friends of Friends"
    ],
    "label_ids": [
        "b2665d7f-16a8-4334-8cf2-8110b38dcc64"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perera Elsewhere (Sasha Perera) is a London-born, Berlin-based music producer, songwriter, and DJ. She has just released her fourth album, \"Just Wanna Live Some\".  You can purchase it right here: https://pereraelsewhere.bandcamp.com/album/just-wanna-live-some\n\n.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}