Information about plays

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

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

{
    "id": 3611607,
    "uri": "https://api.kexp.org/v2/plays/3611607/?format=api",
    "airdate": "2026-01-31T21:20:39-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Came Back Kicking",
    "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": "Never Felt Bitter is the third album from The Pretty Flowers. It will be released by Forge Again Records on LP and CD March 27, 2026.  Physical copies are available for preorder now via Bandcamp and the band's webisite.\n\nhttps://theprettyflowers.bandcamp.com/album/never-felt-bitter\nhttps://theprettyflowers.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}