Information about plays

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

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

{
    "id": 3600014,
    "uri": "https://api.kexp.org/v2/plays/3600014/?format=api",
    "airdate": "2026-01-04T05:24:01-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Surrender Your Heart",
    "track_id": null,
    "recording_id": "34069d63-056d-4618-96cf-3844ee3ab3e6",
    "artist": "Missing Persons",
    "artist_ids": [
        "98eb6868-9f31-400e-90d8-9a46380c1bdd"
    ],
    "album": "Rhyme & Reason",
    "release_id": null,
    "release_group_id": "02901b0a-0e0c-312f-a563-9264d2c897bb",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's conscious surrender—choosing to let go, to trust the process, to release control in order to grow. The figure isn’t struggling; he’s calm, almost serene. That’s the key. He’s surrendered not because he’s forced to, but because he knows it’s necessary for transformation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}