Information about plays

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

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

{
    "id": 3599120,
    "uri": "https://api.kexp.org/v2/plays/3599120/?format=api",
    "airdate": "2026-01-02T06:29:16-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "https://ia800105.us.archive.org/14/items/mbid-edb9e31d-f05d-47ec-a3a3-469a8c50cd75/mbid-edb9e31d-f05d-47ec-a3a3-469a8c50cd75-40873568524_thumb500.jpg",
    "thumbnail_uri": "https://ia800105.us.archive.org/14/items/mbid-edb9e31d-f05d-47ec-a3a3-469a8c50cd75/mbid-edb9e31d-f05d-47ec-a3a3-469a8c50cd75-40873568524_thumb250.jpg",
    "song": "Orlando in Love",
    "track_id": "856c5818-0ab5-4972-8b89-8ad7eb834a67",
    "recording_id": "2a974572-4e00-4d9d-8bb0-bc48b5df42f2",
    "artist": "Japanese Breakfast",
    "artist_ids": [
        "8c529495-91f5-4e2f-b71b-adcb66878d04"
    ],
    "album": "For Melancholy Brunettes (& sad women)",
    "release_id": "edb9e31d-f05d-47ec-a3a3-469a8c50cd75",
    "release_group_id": "3cc55d86-0df6-4721-9502-ac0822935202",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese Breakfast’s ‘Orlando in Love’ is the lead single from For Melancholy Brunettes (& sad women). Drawing on the Renaissance poem Orlando Innamorato, Michelle Zauner sketches a whimsical man in a seaside Winnebago who falls under a siren’s spell, while soft strings and a slow, lilting arrangement keep the song in a dreamy, literary ballad mode.\n\nhttps://michellezauner.bandcamp.com/track/orlando-in-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}