Information about plays

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

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

{
    "id": 3585678,
    "uri": "https://api.kexp.org/v2/plays/3585678/?format=api",
    "airdate": "2025-12-02T02:53:08-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sarah’s Song",
    "track_id": "43cd0066-0cd6-4700-a05d-7330c85b8bb1",
    "recording_id": "a04cb6e9-029d-4feb-b92a-a1699197e531",
    "artist": "Brittany Davis",
    "artist_ids": [
        "b37debf5-8157-4998-bb80-1bb07914f3ff"
    ],
    "album": "Black Thunder",
    "release_id": "e2ee34c3-a928-4249-8446-c63cd2c9cdcf",
    "release_group_id": "643dcadd-abb3-4009-9250-779a5ee6cbb1",
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Brittany Davis and her band \"improvised Black Thunder in a surge of interactive creativity across two days in the studio\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}