Information about plays

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

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

{
    "id": 3549840,
    "uri": "https://api.kexp.org/v2/plays/3549840/?format=api",
    "airdate": "2025-09-07T00:48:52-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2674bfa-9061-4afd-8f7f-3ddeec2d47f2/13761804946-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2674bfa-9061-4afd-8f7f-3ddeec2d47f2/13761804946-250.jpg",
    "song": "Against the Empire",
    "track_id": null,
    "recording_id": "e1fde284-ac60-4f93-9115-48b3dd672d05",
    "artist": "Malice",
    "artist_ids": [
        "cb301cab-01d8-4d93-b615-ff6be1f462ef"
    ],
    "album": "License to Kill",
    "release_id": null,
    "release_group_id": "040166d9-5283-3b1c-a641-d0898d12521e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-01-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Malice formed in Portland, OR in 1980, then disbanded after the 1989 EP Crazy in the Night, but in October 2006 the band reformed with the original guitarist and bassist and added new members for vocals and drums.\n\nMalice appeared as themselves in the 1988 movie Vice Versa, playing a live concert.\n\nhttps://www.facebook.com/maliceamericanmetal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}