Information about plays

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

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

{
    "id": 3635489,
    "uri": "https://api.kexp.org/v2/plays/3635489/?format=api",
    "airdate": "2026-03-30T07:05:45-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn710104.ca.archive.org/0/items/mbid-b51019c8-6975-408a-98c4-2fa5ea2b9e76/mbid-b51019c8-6975-408a-98c4-2fa5ea2b9e76-44581293213_thumb500.jpg",
    "thumbnail_uri": "https://dn710104.ca.archive.org/0/items/mbid-b51019c8-6975-408a-98c4-2fa5ea2b9e76/mbid-b51019c8-6975-408a-98c4-2fa5ea2b9e76-44581293213_thumb250.jpg",
    "song": "Rocket",
    "track_id": "abfddb24-5c62-45ca-b74f-3b7d8952c10d",
    "recording_id": "94cfbcae-6f96-4e6b-b6d2-09351117ec61",
    "artist": "Sun Spots",
    "artist_ids": [
        "2c28c271-51e3-49c9-aaf9-92e3fda1d6c4"
    ],
    "album": "Dog is Calling",
    "release_id": "b51019c8-6975-408a-98c4-2fa5ea2b9e76",
    "release_group_id": "2d3113ee-7d21-4170-8f35-0e9d607ea4b8",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pacific Northwest alt-rockers Sun Spots released \"Rocket\" on March 13th as part of their sophomore EP, Dog is Calling, via Seattle’s Den Tapes.\n\nRead more: https://dentapes.bandcamp.com/album/dog-is-calling",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}