Information about plays

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

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

{
    "id": 3628987,
    "uri": "https://api.kexp.org/v2/plays/3628987/?format=api",
    "airdate": "2026-03-14T21:25:20-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Be So Cool",
    "track_id": null,
    "recording_id": null,
    "artist": "The Pretty Flowers",
    "artist_ids": [
        "28f4c727-a985-4aea-8c08-28cf18213f14"
    ],
    "album": "Never Felt Bitter",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Forge Again Records"
    ],
    "label_ids": [
        "28f2feb6-098a-4e64-a14f-e2fdc3444699"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pretty Flowers will be playing at The Knockout in SF on April 12th.\n\nhttps://theprettyflowers.bandcamp.com/album/never-felt-bitter\nhttps://theprettyflowers.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}