Information about plays

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

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

{
    "id": 3546179,
    "uri": "https://api.kexp.org/v2/plays/3546179/?format=api",
    "airdate": "2025-08-29T05:45:18-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa3ee30a-409d-4eb3-8760-503040c8abff/41796849850-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa3ee30a-409d-4eb3-8760-503040c8abff/41796849850-250.jpg",
    "song": "V.I.S.",
    "track_id": null,
    "recording_id": "2e2effbc-e158-4f55-a460-98bfe4e12dc9",
    "artist": "Portugal. The Man",
    "artist_ids": [
        "3599a39e-4e10-4cb5-90d4-c8a015ebc73b"
    ],
    "album": "V.I.S.",
    "release_id": null,
    "release_group_id": "dd0bf5e3-93cb-460f-8819-18a4fe8c4b99",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Showbox SoDo w/Ya Tseen on 11/9.\n\nThis tune is a striking environmental protest song that grapples with generational loss and the catastrophic effects of climate change.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}