Information about plays

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

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

{
    "id": 3619775,
    "uri": "https://api.kexp.org/v2/plays/3619775/?format=api",
    "airdate": "2026-02-20T04:24:50-08:00",
    "show": 65979,
    "show_uri": "https://api.kexp.org/v2/shows/65979/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Bad, Parts 1 & 2",
    "track_id": null,
    "recording_id": "a4f3a9a4-1d3a-414a-8de2-4fc2daf2e8f3",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Star Time",
    "release_id": null,
    "release_group_id": "7f5132f0-1d58-3d83-be6a-e32d22219e17",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Skyler on Mercer Island!\n\nJames Brown and The J.B.'s \"Super Bad\" was originally released as a three-part single, and it went to #1 on the R&B chart and number 13 on the Billboard Hot 100 in 1970.\nThe J.B.'s consisted of: \nClayton \"Chicken\" Gunnells - trumpet\nDarryl \"Hasaan\" Jamison - trumpet\nRobert McCollough - tenor saxophone; Bobby Byrd - Hammond organ; Phelps \"Catfish\" Collins - guitar; William \"Bootsy\" Collins - bass; John \"Jabo\" Starks - drums; Johnny Griggs - congas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}