Information about plays

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

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

{
    "id": 3546942,
    "uri": "https://api.kexp.org/v2/plays/3546942/?format=api",
    "airdate": "2025-08-30T23:22:25-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love It Here",
    "track_id": null,
    "recording_id": null,
    "artist": "Pinkshift",
    "artist_ids": [
        "49d47930-aaba-4caf-8a80-31be20d0e8f6"
    ],
    "album": "Earthkeeper",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hopeless Records"
    ],
    "label_ids": [
        "30204406-1596-4508-81b3-2f27e41c6c14"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pinkshift will be performing at:\n - Bottom of the Hill in SF on October 25th\n - Polaris Hall in Portland on October 27th\n - Neumos in Seattle on October 28th\n\nto support their brand-new album, Earthkeeper\n\nhttps://pinkshift.bandcamp.com/album/earthkeeper\n\n\nhttps://www.pinkshiftmd.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}