Information about plays

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

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

{
    "id": 3562909,
    "uri": "https://api.kexp.org/v2/plays/3562909/?format=api",
    "airdate": "2025-10-09T02:32:48-07:00",
    "show": 64784,
    "show_uri": "https://api.kexp.org/v2/shows/64784/?format=api",
    "image_uri": "https://coverartarchive.org/release/a37ab5ed-39f4-492f-b179-bbec3643cf14/16162415381-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a37ab5ed-39f4-492f-b179-bbec3643cf14/16162415381-250.jpg",
    "song": "Valerian Root",
    "track_id": null,
    "recording_id": "e4a88b31-3301-4c5a-a59b-bae021c3d982",
    "artist": "Metal Fingers",
    "artist_ids": [
        "2a827687-f114-46fe-9e5d-74acb7d33995"
    ],
    "album": "Special Herbs, Volume 5 & 6",
    "release_id": null,
    "release_group_id": "86f89a17-3899-3ca0-b844-c02f790a9ffa",
    "labels": [
        "Nature Sounds"
    ],
    "label_ids": [
        "20328bb6-97fc-45be-b665-b2929bae91cf"
    ],
    "release_date": "2004-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Special Herbs, Vols. 5 & 6 is an album of instrumental works released by MF Doom under the Metal Fingers moniker.\n\nDaniel Dumile, also known by his stage name MF Doom or simply Doom, was a British-American rapper, songwriter, and record producer. Noted for his intricate wordplay, signature metal mask, and \"supervillain\" stage persona, he became a major figure of underground hip hop and alternative hip hop in the 2000s. MF Doom died October 31, 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}