Information about plays

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

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

{
    "id": 3546098,
    "uri": "https://api.kexp.org/v2/plays/3546098/?format=api",
    "airdate": "2025-08-29T01:19:37-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Apogee",
    "track_id": null,
    "recording_id": null,
    "artist": "Madeline Goldstein",
    "artist_ids": [
        "4359c67b-bfee-4f68-ba34-dcb42b9bf1ae"
    ],
    "album": "Apogee",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://madelinegoldstein.bandcamp.com/track/apogee",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}