Information about plays

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

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

{
    "id": 3574806,
    "uri": "https://api.kexp.org/v2/plays/3574806/?format=api",
    "airdate": "2025-11-06T17:28:11-08:00",
    "show": 65039,
    "show_uri": "https://api.kexp.org/v2/shows/65039/?format=api",
    "image_uri": "https://ia801900.us.archive.org/3/items/mbid-a9ceff1a-dfea-418b-be20-21e3d3980bd6/mbid-a9ceff1a-dfea-418b-be20-21e3d3980bd6-15257873598_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/3/items/mbid-a9ceff1a-dfea-418b-be20-21e3d3980bd6/mbid-a9ceff1a-dfea-418b-be20-21e3d3980bd6-15257873598_thumb250.jpg",
    "song": "Baker Street",
    "track_id": "7a18361d-ee75-4b1a-9b90-7f861557c45c",
    "recording_id": "b8f6f5fb-4de9-4378-9de9-ecdb7156f8fb",
    "artist": "Gerry Rafferty",
    "artist_ids": [
        "563201cb-721c-4cfb-acca-c1ba69e3d1fb"
    ],
    "album": "Baker Street",
    "release_id": "a9ceff1a-dfea-418b-be20-21e3d3980bd6",
    "release_group_id": "28189360-6638-3497-8872-5f31385105a2",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raphael Ravenscroft plays the sax riff on this classic tune!\n--\nAdolphe Sax started it all.  Here's a biography: https://www.saxgourmet.com/adolphe-sax-the-man-who-started-it-all/\n--\n\"Baker Street\" featured a prominent eight-bar saxophone riff by session musician Raphael Ravenscroft, That great guitar solo was played by Hugh Burns.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}