Information about plays

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

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

{
    "id": 3596009,
    "uri": "https://api.kexp.org/v2/plays/3596009/?format=api",
    "airdate": "2025-12-25T21:29:46-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello",
    "track_id": null,
    "recording_id": "ae77d664-ce56-4ec1-a7ae-0f0794267ea3",
    "artist": "Harumi",
    "artist_ids": [
        "6752d176-45fb-49e1-9bbc-d4e1ee0738f7"
    ],
    "album": "Harumi",
    "release_id": null,
    "release_group_id": "356dfd38-0bb0-33d7-86a7-bd7bd831adf5",
    "labels": [
        "Verve Forecast"
    ],
    "label_ids": [
        "87607d99-1448-4c5f-b794-b67671862aa0"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"...almost nothing is known about who Harumi even was, who else played on the album, and how the artist completely disappeared shortly after and never resurfaced again…\" https://insheepsclothinghifi.com/album/harumi-s-t/\n---\nhttps://faroutmagazine.co.uk/harumi-1960s-masterpiece-the-man-who-didnt-exist/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}