Information about plays

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

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

{
    "id": 3587847,
    "uri": "https://api.kexp.org/v2/plays/3587847/?format=api",
    "airdate": "2025-12-07T00:35:54-08:00",
    "show": 65310,
    "show_uri": "https://api.kexp.org/v2/shows/65310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Second Son of R.",
    "track_id": null,
    "recording_id": "21fc3753-1447-41c3-90fd-950671759cb7",
    "artist": "Oathbreaker",
    "artist_ids": [
        "75042f03-597a-4e1c-bc5d-4a62f4df05b6"
    ],
    "album": "Rheia",
    "release_id": null,
    "release_group_id": "081fc686-c66a-4981-827c-c40337834d91",
    "labels": [
        "Deathwish"
    ],
    "label_ids": [
        "2d106e3c-96ef-433e-935f-00b6b505ae0f"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghent, East Flanders, Belgium.  https://oathbreakerband.bandcamp.com/\nReturning to the stage to play with Amenra, Pallbearer, Bell Witch/Stygian Bough, and many more at Prepare the Ground fest in Toronto next year! https://www.preparetheground.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}