Information about plays

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

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

{
    "id": 3600997,
    "uri": "https://api.kexp.org/v2/plays/3600997/?format=api",
    "airdate": "2026-01-06T12:11:23-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bonecollector",
    "track_id": "5d040725-e701-4a2e-8a4d-dcdf811e95ee",
    "recording_id": "2658a007-508e-4f9f-b04a-e4444a5c896d",
    "artist": "Slake",
    "artist_ids": [
        "f9fc94dd-4c63-4ad9-a269-5d73d4d16078"
    ],
    "album": "Let's Get Married",
    "release_id": "c61d65d4-5061-411d-aef9-0cc19b87d722",
    "release_group_id": "3bb10c4f-01d3-4ca5-8795-a7457a01e7bb",
    "labels": [
        "Cherub Dream Records"
    ],
    "label_ids": [
        "61411804-deaf-4ace-9ea3-32675e3578ab"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Slake is California-based songwriter of \"lesbian doom folk,\" Mary Claire.:  https://post-trash.com/news/2025/8/21/slake-lets-get-married-album-review\n\nThey will be performing at Seattle's Bad Bar this Saturday, January 10th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}