Information about plays

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

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

{
    "id": 3525281,
    "uri": "https://api.kexp.org/v2/plays/3525281/?format=api",
    "airdate": "2025-07-10T19:31:52-07:00",
    "show": 63977,
    "show_uri": "https://api.kexp.org/v2/shows/63977/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "VERTIGO",
    "track_id": null,
    "recording_id": null,
    "artist": "Babebee",
    "artist_ids": [
        "a96fc32e-6dd9-434c-9872-507e30797666"
    ],
    "album": "VERTIGO",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"pronounced like 'baby' 。⋆。˚ ʚïɞ ˚。⋆。\n\ni'm a korean singer-songwriter / producer / visual artist from atl. i believe in the power of connecting as one through art and the universe's love. thank you for supporting & taking the time to listen to the sounds i create. remember to take care of your soul\"\n\nhttps://babebee.bandcamp.com/track/vertigo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}