Information about plays

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

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

{
    "id": 3620955,
    "uri": "https://api.kexp.org/v2/plays/3620955/?format=api",
    "airdate": "2026-02-22T18:48:15-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "https://coverartarchive.org/release/04781749-bbed-492a-bf4b-161976efe921/14327547102-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/04781749-bbed-492a-bf4b-161976efe921/14327547102-250.jpg",
    "song": "Salsoul Hustle (disco version)",
    "track_id": null,
    "recording_id": "f131b4e7-1710-4ced-b6f8-44b89b531c5b",
    "artist": "The Salsoul Orchestra",
    "artist_ids": [
        "ad580d3e-3e21-414f-b131-ecdb379d1c1e"
    ],
    "album": "The Salsoul Orchestra",
    "release_id": null,
    "release_group_id": "6e9ed490-9bbf-3f7c-92d2-12c9a063585e",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1975-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.\n\nThe 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., who wrote, arranged, conducted, produced and played on all of the orchestra's tracks until 1978, including a gold-selling Christmas album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}