Information about plays

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

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

{
    "id": 3519367,
    "uri": "https://api.kexp.org/v2/plays/3519367/?format=api",
    "airdate": "2025-06-27T04:02:20-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "https://ia800703.us.archive.org/15/items/mbid-0dcb3b6e-e9db-45c5-863e-190801623fac/mbid-0dcb3b6e-e9db-45c5-863e-190801623fac-23098912882_thumb500.jpg",
    "thumbnail_uri": "https://ia600703.us.archive.org/15/items/mbid-0dcb3b6e-e9db-45c5-863e-190801623fac/mbid-0dcb3b6e-e9db-45c5-863e-190801623fac-23098912882_thumb250.jpg",
    "song": "Oh! You Pretty Things",
    "track_id": "1317a509-d0b1-3a32-81ea-7bd3ab6f4f68",
    "recording_id": "2b8363c3-511c-4816-934b-fef55fb1e5ac",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": "0dcb3b6e-e9db-45c5-863e-190801623fac",
    "release_group_id": "743b0b2e-a23a-3182-950e-232f8cb0dfb7",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1999-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maybe top 5 Bowie songs for me? One of my very first favorite Bowie songs ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}