Information about plays

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

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

{
    "id": 3554072,
    "uri": "https://api.kexp.org/v2/plays/3554072/?format=api",
    "airdate": "2025-09-17T06:05:07-07:00",
    "show": 64584,
    "show_uri": "https://api.kexp.org/v2/shows/64584/?format=api",
    "image_uri": "https://ia801703.us.archive.org/34/items/mbid-28ccaa4b-5af9-4b4a-b72c-22d130302a75/mbid-28ccaa4b-5af9-4b4a-b72c-22d130302a75-4578670750_thumb500.jpg",
    "thumbnail_uri": "https://ia601703.us.archive.org/34/items/mbid-28ccaa4b-5af9-4b4a-b72c-22d130302a75/mbid-28ccaa4b-5af9-4b4a-b72c-22d130302a75-4578670750_thumb250.jpg",
    "song": "Gazzillion Ear",
    "track_id": "2ff7fe0f-756b-37b3-bbb9-e8031b27665f",
    "recording_id": "6ef77931-a2d8-4c30-b91d-e5c1cc2a3894",
    "artist": "MF DOOM",
    "artist_ids": [
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "Born Like This",
    "release_id": "28ccaa4b-5af9-4b4a-b72c-22d130302a75",
    "release_group_id": "c748987e-7cb5-3880-b246-d20af2b136f3",
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2009-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this track from his 2009 release \"Born Like This\" DOOM sampled J. Dilla's \"Dig It.\" He also sampled Dilla's \"Phantom of the Synths.\" Dilla, of course, produced this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}