Information about plays

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

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

{
    "id": 3580490,
    "uri": "https://api.kexp.org/v2/plays/3580490/?format=api",
    "airdate": "2025-11-20T03:26:35-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "5MoreMinutes",
    "track_id": null,
    "recording_id": null,
    "artist": "Leon Thomas",
    "artist_ids": [
        "46f70f03-d259-4314-b926-2db36c28d86f"
    ],
    "album": "PHOLKS",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leon Thomas will be perform in Seattle Sunday, December 14 at the Showbox, then playing two Bay Area shows on Friday, December 19, an early show at Fox Theatre in Oakland and a late show at SVN West in San Francisco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}