Information about plays

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

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

{
    "id": 3613340,
    "uri": "https://api.kexp.org/v2/plays/3613340/?format=api",
    "airdate": "2026-02-05T01:49:55-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eat Your Greens",
    "track_id": null,
    "recording_id": null,
    "artist": "Parlor Greens",
    "artist_ids": [
        "9d13baba-2e96-448e-ac2b-bf38fc189827"
    ],
    "album": "Emeralds",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "UPCOMING SHOWS + March 20th @ The Independent (San Francisco) + April 3rd @Hidden Hall (Seattle) --- New from the power trio of Tim Carman (GA-20) on drums, Jimmy James (True Loves, formerly Delvon Lamarr Organ Trio) on guitar, and Adam Scone (Scone Cash Players, The Sugarman 3) on organ. --- parlorgreens.bandcamp.com www.parlorgreens.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}