Information about plays

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

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

{
    "id": 3588192,
    "uri": "https://api.kexp.org/v2/plays/3588192/?format=api",
    "airdate": "2025-12-07T18:31:21-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "https://coverartarchive.org/release/600bbdc4-22eb-44d7-933a-5a9450fb4063/21964745632-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/600bbdc4-22eb-44d7-933a-5a9450fb4063/21964745632-250.jpg",
    "song": "Take Some Time",
    "track_id": null,
    "recording_id": "8e6384ec-c74d-4a48-a0c0-20b8d44eb5b9",
    "artist": "Ndugu And The Chocolate Jam Company",
    "artist_ids": [
        "138fe48e-9ae8-4cca-a712-76a67eef1dac",
        "fc0f6570-1159-4ac3-8f51-196c21279278"
    ],
    "album": "Do I Make You Feel Better?",
    "release_id": null,
    "release_group_id": "11a63ee5-dbd6-4676-8098-561c803894c3",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul, funk and jazz drummer, percussionist, songwriter and producer Ndugu led the studio band The Chocolate Jam Company with \"Take Some Time\" and b-side \"Send You My Love\" in 1980.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}