Information about plays

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

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

{
    "id": 3573206,
    "uri": "https://api.kexp.org/v2/plays/3573206/?format=api",
    "airdate": "2025-11-02T18:28:03-08:00",
    "show": 65006,
    "show_uri": "https://api.kexp.org/v2/shows/65006/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e714a1d-f6ed-473b-8dcd-f1f4df708fc6/34167368294-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e714a1d-f6ed-473b-8dcd-f1f4df708fc6/34167368294-250.jpg",
    "song": "Treat Me Like a Man",
    "track_id": null,
    "recording_id": "eebe63f0-033d-4a81-8d4f-e7d038eb55a6",
    "artist": "Michael Henderson",
    "artist_ids": [],
    "album": "Solid",
    "release_id": null,
    "release_group_id": "168d46d4-adc2-44bc-8de3-1e0e58f68f4b",
    "labels": [
        "Buddah Records"
    ],
    "label_ids": [
        "bc0dc38a-ad1e-4e81-bf13-ce3a94a8f9ef"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Henderson released \"Treat Me Like a Man\" in 1976 on the album Solid.\n\nMichael Henderson was a bass guitarist and vocalist. He was known for his work with Miles Davis in the early 1970s on early fusion albums such as Jack Johnson, Live-Evil, and Agharta, along with a series of his own R&B/soul hits and others featuring him on vocals, particularly the Norman Connors-produced hit \"You Are My Starship\" in 1976 and other songs in the mid to late-1970s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}