Information about plays

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

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

{
    "id": 3574408,
    "uri": "https://api.kexp.org/v2/plays/3574408/?format=api",
    "airdate": "2025-11-05T18:17:13-08:00",
    "show": 65031,
    "show_uri": "https://api.kexp.org/v2/shows/65031/?format=api",
    "image_uri": "https://ia800304.us.archive.org/24/items/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079-4839047375_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/24/items/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079-4839047375_thumb250.jpg",
    "song": "When We Get By",
    "track_id": "444b3feb-8e99-39a8-8e92-fdb3137c9c34",
    "recording_id": "7a4de8a4-26f4-4bd9-93aa-d81b6b0e8dd0",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Brown Sugar",
    "release_id": "4ad0b48f-29c8-3e57-b55e-33b097190079",
    "release_group_id": "a4591f67-48d9-36ae-bc68-2deb954d0a15",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1995-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP D'Angelo who we lost last month.\n\n\"When We Get By\" sampled the hook from Funkadelic's \"One Nation Under a Groove.\" He handled the majority of the songwriting, instrumentation, arrangements, and performances for the album and served to bring commercial exposure to the neo-soul movement",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}