Information about plays

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

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

{
    "id": 3609783,
    "uri": "https://api.kexp.org/v2/plays/3609783/?format=api",
    "airdate": "2026-01-27T12:06:30-08:00",
    "show": 65769,
    "show_uri": "https://api.kexp.org/v2/shows/65769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Words",
    "track_id": "e793bd0f-a442-3b8a-8a7b-01ca1fb96c08",
    "recording_id": "00485198-fbd9-407f-a8f8-1e6529f0a9d7",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "The Last Broadcast",
    "release_id": "4171a047-6b80-4b8e-b633-5ec4536ed354",
    "release_group_id": "91b37425-6d27-3cbc-b8a4-589e44cd968f",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2002-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If 'The Last Broadcast' often traveled more cosmic landscapes, this was the perfect introduction -- one of Doves' prettiest, most infectious, most ethereal, most transcendent moments all at once.\"  \n\n\"Words \" is one of the songs discussed in this article on \"The 10 Best Doves Songs\": https://stereogum.com/2037491/doves-best-songs-reunion-2019/lists",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}