Information about plays

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

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

{
    "id": 3581521,
    "uri": "https://api.kexp.org/v2/plays/3581521/?format=api",
    "airdate": "2025-11-22T18:00:15-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Extrasolar Heartbeat",
    "track_id": "01bf3ab7-4951-4d0d-bf69-46f24329f1dc",
    "recording_id": "823e65da-d983-4620-9d46-edb734199eac",
    "artist": "Golden Gardens",
    "artist_ids": [
        "102657e7-69d5-4d94-bc73-10cb98693fbf"
    ],
    "album": "Reign",
    "release_id": "159b8b4f-b722-4902-821e-66ab9446cc50",
    "release_group_id": "da088d9c-fd80-4668-8458-d18705365e54",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "They describe their music as \"prismatic and ethereal music for dreaming from Seattle, WA.\"  Go here to purchase \"Reign\": https://goldengardens.bandcamp.com/album/reign\n--\nAnd watch a KEXP live in-studio performance that included \"Extrasolar Heartbeat\": https://www.youtube.com/watch?v=kmMzWXexyck",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}