Information about plays

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

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

{
    "id": 3549927,
    "uri": "https://api.kexp.org/v2/plays/3549927/?format=api",
    "airdate": "2025-09-07T05:53:58-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Poems (Instrumental)",
    "track_id": "3ff59150-e511-46ea-998c-204ba2d34d36",
    "recording_id": "a856de3e-212c-480a-9b26-657e30177c23",
    "artist": "Bilal",
    "artist_ids": [
        "260097c7-d628-4a3f-966f-956ea430c0d8"
    ],
    "album": "Soul Sista",
    "release_id": "ec9fc12a-b6f4-498b-8b17-cc5e57ed6a71",
    "release_group_id": "f074006a-e173-441e-845b-db7e9534be54",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}