Information about plays

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

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

{
    "id": 3576439,
    "uri": "https://api.kexp.org/v2/plays/3576439/?format=api",
    "airdate": "2025-11-10T13:24:02-08:00",
    "show": 65074,
    "show_uri": "https://api.kexp.org/v2/shows/65074/?format=api",
    "image_uri": "https://ia801606.us.archive.org/1/items/mbid-d6b699ca-c50e-4a5b-9164-b5040851a708/mbid-d6b699ca-c50e-4a5b-9164-b5040851a708-43469463391_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/1/items/mbid-d6b699ca-c50e-4a5b-9164-b5040851a708/mbid-d6b699ca-c50e-4a5b-9164-b5040851a708-43469463391_thumb250.jpg",
    "song": "Orchards",
    "track_id": "6205878b-7bca-4214-9b35-b3c3eb960545",
    "recording_id": "1da859e1-3ec6-4258-bf81-1a79147145cd",
    "artist": "Navy Blue",
    "artist_ids": [
        "304c731f-ea4f-407c-b4fc-65131b1b2b37"
    ],
    "album": "Orchards",
    "release_id": "d6b699ca-c50e-4a5b-9164-b5040851a708",
    "release_group_id": "24f56fd5-0e8d-4a4e-a9aa-a8c237067a29",
    "labels": [
        "Freedom Sounds"
    ],
    "label_ids": [
        "d18d9e02-b869-47c8-b4a8-a3a778265060"
    ],
    "release_date": "2025-10-29",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Navy Blue felt the title perfectly captured the song's theme of \"thousands of individual trees bearing fruit, connected through soil and roots, with an expansiveness that resembles the infinite source\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}