Information about plays

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

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

{
    "id": 3612699,
    "uri": "https://api.kexp.org/v2/plays/3612699/?format=api",
    "airdate": "2026-02-03T12:52:21-08:00",
    "show": 65830,
    "show_uri": "https://api.kexp.org/v2/shows/65830/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-1c83f728-d90c-4dff-8611-7104ae5918e1/mbid-1c83f728-d90c-4dff-8611-7104ae5918e1-43597513226_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-1c83f728-d90c-4dff-8611-7104ae5918e1/mbid-1c83f728-d90c-4dff-8611-7104ae5918e1-43597513226_thumb250.jpg",
    "song": "Seaside Story",
    "track_id": "05df12bd-6daa-46bc-8a74-1126483867db",
    "recording_id": "d7009779-f1c5-4f04-8383-034f68de276a",
    "artist": "GUV",
    "artist_ids": [
        "01f841ab-58b4-41b5-b186-f8a5a5507688"
    ],
    "album": "Warmer Than Gold",
    "release_id": "1c83f728-d90c-4dff-8611-7104ae5918e1",
    "release_group_id": "19243a36-c135-4a93-a23b-e6faaad42530",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GUV, a project of Ben Cook,  is playing The Black Lodge in Seattle on  Friday, February 20th. \n--\nGo here to purchase the \"Warmer Than Gold\"  vinyl release: https://runforcoverrecords.com/products/guv-warmer-than-gold",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}