Information about plays

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

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

{
    "id": 3603878,
    "uri": "https://api.kexp.org/v2/plays/3603878/?format=api",
    "airdate": "2026-01-13T14:06:46-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cowboys",
    "track_id": "4a1ac21d-29b0-3504-80dc-c139c0c287ff",
    "recording_id": "7edec53d-9e9f-485c-b1e8-86a06b8267cb",
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": "01882f08-0c82-4ecb-8a3f-471e2f61ef52",
    "release_group_id": "dd2203dd-a149-316b-ad7f-a303dc4fc459",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fugees sampled the vocals from The Intruders' \"Cowboys to Girls.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}