Information about plays

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

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

{
    "id": 3546050,
    "uri": "https://api.kexp.org/v2/plays/3546050/?format=api",
    "airdate": "2025-08-28T22:49:53-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://ia600503.us.archive.org/3/items/mbid-54dc05e2-54de-4a6e-979a-b3c1cfe7dad9/mbid-54dc05e2-54de-4a6e-979a-b3c1cfe7dad9-14176194605_thumb500.jpg",
    "thumbnail_uri": "https://ia600503.us.archive.org/3/items/mbid-54dc05e2-54de-4a6e-979a-b3c1cfe7dad9/mbid-54dc05e2-54de-4a6e-979a-b3c1cfe7dad9-14176194605_thumb250.jpg",
    "song": "The Red Shoes",
    "track_id": "7296a278-6188-4d3c-a095-8be36ded80de",
    "recording_id": "18080cdf-a7c0-4dcb-8cb0-f7085cf538b5",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Red Shoes",
    "release_id": "54dc05e2-54de-4a6e-979a-b3c1cfe7dad9",
    "release_group_id": "de560c24-95c1-3b5b-b76f-0a0730b18134",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Red Shoes is the 7th album by Kate Bush, released in 1993, inspired by the fairy tale and film of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}