Information about plays

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

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

{
    "id": 3582937,
    "uri": "https://api.kexp.org/v2/plays/3582937/?format=api",
    "airdate": "2025-11-25T19:47:29-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6bdd978-ba8f-4daf-b49a-8446469ff4fe/33629143255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6bdd978-ba8f-4daf-b49a-8446469ff4fe/33629143255-250.jpg",
    "song": "Rumble",
    "track_id": null,
    "recording_id": "06e4939f-35b0-4849-aaae-aca274447a25",
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Ace of Spades",
    "release_id": null,
    "release_group_id": "ce36a0fc-d404-4c4e-9bde-4b4f8228d169",
    "labels": [
        "Easy Action"
    ],
    "label_ids": [
        "11877a27-2c9d-400a-bbef-46525541936d"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fred Lincoln \"Link\" Wray Jr. was a Shawnee guitarist, songwriter, and vocalist who became popular in the late 1950s. His 1958 instrumental single \"Rumble\", reached the top 20 in the United States; and was one of the earliest songs in rock music to utilize distortion and tremolo. He’s also been credited with being the creator of the modern “power chord” on guitar.\n--\nThe Shawnee are a Native American people of the Northeastern Woodlands. Their pre-contact homeland was likely centered in southern Ohio. In the 17th century, they dispersed through Ohio, Illinois, Maryland, Delaware, and Pennsylvania.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}