Information about plays

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

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

{
    "id": 3603019,
    "uri": "https://api.kexp.org/v2/plays/3603019/?format=api",
    "airdate": "2026-01-11T09:55:59-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born to Burn",
    "track_id": null,
    "recording_id": "090c93d9-9726-4933-88d1-f79d39f18bcd",
    "artist": "The Deadly Snakes",
    "artist_ids": [
        "33f8d69f-5a01-4c44-a4ad-531b9c1f0d00"
    ],
    "album": "Love Undone",
    "release_id": null,
    "release_group_id": "c6e2afd2-6231-3a7c-95f1-a0e752eb6e8f",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally formed as a one-off band for a friend's birthday party, the Toronto based band performed, recorded and toured together until 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}