Information about plays

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

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

{
    "id": 3559034,
    "uri": "https://api.kexp.org/v2/plays/3559034/?format=api",
    "airdate": "2025-09-29T00:30:12-07:00",
    "show": 64695,
    "show_uri": "https://api.kexp.org/v2/shows/64695/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Comfort Zone",
    "track_id": null,
    "recording_id": "dd371196-f534-4051-a343-8f4a40f8b943",
    "artist": "Charlotte Colace",
    "artist_ids": [
        "25240f75-56e6-41a9-8f42-9435e7bde429"
    ],
    "album": "Majestic View: heartBeat",
    "release_id": null,
    "release_group_id": "1ed8fbef-24bd-3411-a3a2-e5134ac8d8f6",
    "labels": [
        "Peter Pan Records"
    ],
    "label_ids": [
        "1059dd0c-264d-4719-a8cb-50aa77c1d90c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}