Information about plays

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

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

{
    "id": 3574186,
    "uri": "https://api.kexp.org/v2/plays/3574186/?format=api",
    "airdate": "2025-11-05T05:07:49-08:00",
    "show": 65027,
    "show_uri": "https://api.kexp.org/v2/shows/65027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wire",
    "track_id": "88d42915-fa67-3bcb-863e-d5032749a067",
    "recording_id": "4090d82b-765d-49ef-9b61-1d592eb0823a",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": "8b7f18f8-fc64-3afb-a7d0-927ae36481b4",
    "release_group_id": "c84d00f4-afd3-3184-be62-6ae5f135aa38",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Wire\" is about the dangers of heroin use. U2 stayed mostly drug-free, but they had many friends who became addicted, including Phil Lynott from Thin Lizzy, who died from heroin abuse in 1986.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}