Information about plays

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

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

{
    "id": 3614915,
    "uri": "https://api.kexp.org/v2/plays/3614915/?format=api",
    "airdate": "2026-02-08T16:01:32-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "https://coverartarchive.org/release/d29443e2-3ece-4110-971d-64c6e983003c/34682168010-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d29443e2-3ece-4110-971d-64c6e983003c/34682168010-250.jpg",
    "song": "It’s Good For The Soul (Walter Gibbons 12” Mix)",
    "track_id": null,
    "recording_id": "dcbe0963-1471-461b-83c2-94fa9014db13",
    "artist": "The Salsoul Orchestra",
    "artist_ids": [
        "ad580d3e-3e21-414f-b131-ecdb379d1c1e"
    ],
    "album": "Nice ’n’ Naasty",
    "release_id": null,
    "release_group_id": "570ddf5a-6d04-3cd9-8377-f30a4c042e6f",
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [
        "edb659b4-29cb-48f2-9d48-4fcfe9656e73"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Salsoul Orchestra was the backing band of session musicians for many acts on the New York City label Salsoul Records and, under its own name, recorded several hit singles and albums between 1975 and 1982. The orchestra was formed in 1974 and was disbanded in 1982. Their music featured elements of Philadelphia soul, funk, Latin and disco. The Salsoul Orchestra included up to 50 members and was created and masterminded for Salsoul Records by Philadelphia musician Vincent Montana, Jr. Montana wrote, arranged, conducted, produced and played on all of the orchestra's tracks until 1978, including a gold-selling Christmas album.\n\nThe song \"It’s Good For The Soul\" came out in 1976 on the album Nice 'N' Nasty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}