Information about plays

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

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

{
    "id": 3600301,
    "uri": "https://api.kexp.org/v2/plays/3600301/?format=api",
    "airdate": "2026-01-04T18:33:20-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5484382-e1ce-421e-b1a9-f7327d94db1f/20709170514-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5484382-e1ce-421e-b1a9-f7327d94db1f/20709170514-250.jpg",
    "song": "To My Brother",
    "track_id": null,
    "recording_id": "46a2a6d4-7484-41d5-9056-076166e649b5",
    "artist": "The J.B.’s",
    "artist_ids": [
        "cb6a2948-7b9b-4a15-8c71-2b79cc76408e"
    ],
    "album": "Food for Thought",
    "release_id": null,
    "release_group_id": "2ec80ef6-5460-37ff-8745-e9bb942fa84a",
    "labels": [
        "People Records"
    ],
    "label_ids": [
        "1e0f0828-961d-4e47-9d40-9300e96db88b"
    ],
    "release_date": "1972-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The J.B.’s released \"To My Brother\" on the 1972 album Food For Thought. \n\t\nThe J.B.'s were James Brown's very own band in the People/Starday King/Polydor days. The lineup changed prominently over time and recording sessions, but the main forces were:\n\nBobby Byrd (Organ, Vocals)\nSt. Clair Pinckney a.k.a 'Pink' (Alto-Saxophone)\nFred Wesley (Trombone, Horns)\nMaceo Parker (Saxophone)\nFred Thomas (Bass)\nJohn 'Jabo' Starks (Drums)\n\nThey used various guitarists, mainly: Herlon Martin & Jimmy Nolen",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}