Information about plays

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

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

{
    "id": 3421275,
    "uri": "https://api.kexp.org/v2/plays/3421275/?format=api",
    "airdate": "2024-11-04T09:49:47-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcbb4e5c-9701-4aec-96ae-13160d9c8631/4036440196-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcbb4e5c-9701-4aec-96ae-13160d9c8631/4036440196-250.jpg",
    "song": "I’m Afraid of Americans (Nine Inch Nails V1 clean edit)",
    "track_id": null,
    "recording_id": "859732be-5b82-428d-93e9-7a8d6f643c8f",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Earthling",
    "release_id": null,
    "release_group_id": "9a723e6e-2ede-371b-88bf-396cc362d77b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We are all afraid of Americans today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}