Information about plays

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

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

{
    "id": 3596591,
    "uri": "https://api.kexp.org/v2/plays/3596591/?format=api",
    "airdate": "2025-12-27T04:56:44-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Northern Lights",
    "track_id": "bd22ddc8-323b-44ca-9cc2-b6614a9ceb07",
    "recording_id": "4632cf41-34ed-4dea-9dc3-9a6c59d9d4ce",
    "artist": "The Physics",
    "artist_ids": [
        "922b68bd-9acb-4853-b1eb-8d89b7ae44e9"
    ],
    "album": "Digital Wildlife",
    "release_id": "856e0fd0-b1e1-4a44-b12e-06b4be5b47e1",
    "release_group_id": "cbc4405b-c7b3-4455-a5fa-e0a615dc75c7",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own! The Physics dropped 'Digital Wildlife' in 2013.  Produced by Jake One, mixed by Vitamin D.\n\nRumors are floating that The Physics have new music in the works . . . \n\nMeanwhile, check out a 2014 KEXP In-studio!\nhttps://youtu.be/8sgdmI1T1NE\n\nhttps://thephysics.bandcamp.com/album/digital-wildlife-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}