Information about plays

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

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

{
    "id": 3548887,
    "uri": "https://api.kexp.org/v2/plays/3548887/?format=api",
    "airdate": "2025-09-04T15:44:01-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hospital Prelude of Love Theme",
    "track_id": null,
    "recording_id": "0f8d3a61-d01c-4478-8a44-47d0fe5bd4bc",
    "artist": "Willie Hutch",
    "artist_ids": [
        "870b79e0-10b7-4e19-b11f-65607cffad9a"
    ],
    "album": "Foxy Brown",
    "release_id": null,
    "release_group_id": "303faebd-9fc9-3e3d-99c0-f1f99151f6a8",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1974-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If Things Were Perfect\" by Moby directly sampled Willie Hutch's \"Hospital Prelude of Love Theme\".\n--\nThis song was part of the \"Foxy Brown\" soundtrack. The bass line is played by Lawrence Dickens.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}