Information about plays

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

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

{
    "id": 3422167,
    "uri": "https://api.kexp.org/v2/plays/3422167/?format=api",
    "airdate": "2024-11-06T17:12:08-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia800206.us.archive.org/25/items/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2-11639680608_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/25/items/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2-11639680608_thumb250.jpg",
    "song": "I’m Afraid of Americans (V1)",
    "track_id": "fccd524f-60c0-359f-8ba7-ec673a1802ba",
    "recording_id": "e3626970-a67d-4943-9a16-42b767bfde96",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Best of Bowie",
    "release_id": "75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2",
    "release_group_id": "cd4c2cc6-fb5f-35db-8a48-2215edf499f7",
    "labels": [
        "Virgin",
        "EMI"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2002-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's not as truly hostile about Americans as say Born In The U.S.A.': it's merely sardonic,\" Bowie explained in a press release. \"I was traveling in Java when its first McDonald's went up: it was like, 'for f--k's sake.' The invasion by any homogenized culture is so depressing, the erection of another Disney World in, say, Umbria, Italy, more so. It strangles the indigenous culture and narrows expression of life.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}