Information about plays

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

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

{
    "id": 3637947,
    "uri": "https://api.kexp.org/v2/plays/3637947/?format=api",
    "airdate": "2026-04-04T22:32:29-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/fae9d55a-863d-4cac-8657-503ca9c9e98c/44755496826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fae9d55a-863d-4cac-8657-503ca9c9e98c/44755496826-250.jpg",
    "song": "Convent Walls",
    "track_id": null,
    "recording_id": "94859a3d-024f-4502-94be-46599bb17afa",
    "artist": "The Pretty Flowers",
    "artist_ids": [
        "28f4c727-a985-4aea-8c08-28cf18213f14"
    ],
    "album": "Never Felt Bitter",
    "release_id": null,
    "release_group_id": "bb5ee2d3-394e-4b72-bff6-8dc7b2c6d96f",
    "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 with The Goods.\n\nhttps://theprettyflowers.bandcamp.com/music\nhttp://theprettyflowers.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}