Information about plays

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

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

{
    "id": 3524591,
    "uri": "https://api.kexp.org/v2/plays/3524591/?format=api",
    "airdate": "2025-07-09T04:10:32-07:00",
    "show": 63962,
    "show_uri": "https://api.kexp.org/v2/shows/63962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chorus",
    "track_id": null,
    "recording_id": "3b5acfa5-7616-4053-be87-f84f41879adf",
    "artist": "Holly Herndon",
    "artist_ids": [
        "c53a4380-257c-4814-bda3-b38bd3bb28b3"
    ],
    "album": "Platform",
    "release_id": null,
    "release_group_id": "d4619a61-7a43-4be8-8838-debda18b78ac",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}