Information about plays

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

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

{
    "id": 3421265,
    "uri": "https://api.kexp.org/v2/plays/3421265/?format=api",
    "airdate": "2024-11-04T09:23:44-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://ia800904.us.archive.org/7/items/mbid-66375564-7565-4dff-bfa6-674430cb0405/mbid-66375564-7565-4dff-bfa6-674430cb0405-5713860317_thumb500.jpg",
    "thumbnail_uri": "https://ia600904.us.archive.org/7/items/mbid-66375564-7565-4dff-bfa6-674430cb0405/mbid-66375564-7565-4dff-bfa6-674430cb0405-5713860317_thumb250.jpg",
    "song": "Sanford & Son Theme (The Streetbeater)",
    "track_id": "0434c960-1813-32f9-9546-1d00169c5a52",
    "recording_id": "61f86c31-91a3-4274-8d11-9b02b725a75d",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "You've Got It Bad Girl",
    "release_id": "66375564-7565-4dff-bfa6-674430cb0405",
    "release_group_id": "50fd29ff-dc76-31db-8ecb-06d26d671c12",
    "labels": [],
    "label_ids": [],
    "release_date": "1973-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to the legend Quincy Jones, who passed this weekend at 91 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}