Information about plays

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

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

{
    "id": 3610190,
    "uri": "https://api.kexp.org/v2/plays/3610190/?format=api",
    "airdate": "2026-01-28T11:59:58-08:00",
    "show": 65777,
    "show_uri": "https://api.kexp.org/v2/shows/65777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Palmcorder Yajna",
    "track_id": "71528431-8539-31f8-a604-ed8dad355ff4",
    "recording_id": "f8516e9e-9aed-4713-87c1-40025281b314",
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "We Shall All Be Healed",
    "release_id": "8e2c650c-353d-4c2f-95cb-819b923fa629",
    "release_group_id": "6c9bbb47-7845-3823-8c8a-d615b17b2415",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2004-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mountain Goats last performed Live on KEXP in 2023. Check out that full video here: https://www.youtube.com/watch?v=2U_PKcuW7wc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}