Information about plays

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

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

{
    "id": 3619519,
    "uri": "https://api.kexp.org/v2/plays/3619519/?format=api",
    "airdate": "2026-02-19T13:15:41-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6f8616c-9d1c-44d1-b8f4-aaf9a3c17f5f/4394279316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6f8616c-9d1c-44d1-b8f4-aaf9a3c17f5f/4394279316-250.jpg",
    "song": "Put It On",
    "track_id": null,
    "recording_id": "d7cc0712-ccb9-4299-a2db-8f970bf82d5d",
    "artist": "Big L",
    "artist_ids": [
        "f1c0d18c-6101-4aa2-ae47-8df5b7280fde"
    ],
    "album": "Lifestylez ov da Poor & Dangerous",
    "release_id": null,
    "release_group_id": "9a29e57d-dd1c-35c1-bb05-d220bcb656d6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, featuring Kid Capri, was sampled by Count Bass D, for \"Aural S(ECT)s.\"\n--\nR.I.P., Lamont Coleman, Big L, who died in 1999 at age 24.: https://www.instagram.com/bigl_139/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}