Information about plays

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

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

{
    "id": 3621143,
    "uri": "https://api.kexp.org/v2/plays/3621143/?format=api",
    "airdate": "2026-02-23T05:20:44-08:00",
    "show": 66009,
    "show_uri": "https://api.kexp.org/v2/shows/66009/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Autobahn 66",
    "track_id": "38f52e52-a5d3-3a5c-9c6b-6a191c2b01dc",
    "recording_id": "7482c995-36d3-47c0-b03d-ddf29e18cdd0",
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Evil Heat",
    "release_id": "91de3a29-e833-3f34-8508-673af5019542",
    "release_group_id": "7b457cc5-8353-31eb-bb57-47defc5cd395",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Primal Scream released their seventh album, 'Evil Heat' in 2002.\n\nThe Krautrock-inspired \"Autobahn 66\" is clean, nearly dreamy respite from the turgid tracks that surround them.\n\nRead the full Pitchfork review here:\nhttps://pitchfork.com/reviews/albums/6475-evil-heat/\n\nhttps://www.primalscream.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}