Information about plays

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

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

{
    "id": 3635062,
    "uri": "https://api.kexp.org/v2/plays/3635062/?format=api",
    "airdate": "2026-03-29T09:14:35-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/707760d0-4e96-4899-b3ee-4fa45a5d2e12/34538622330-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/707760d0-4e96-4899-b3ee-4fa45a5d2e12/34538622330-250.jpg",
    "song": "From Tulsa to North Caroline",
    "track_id": null,
    "recording_id": "ea423d0c-17a9-4cdc-8611-a26c537cd929",
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Beans and Fatback",
    "release_id": null,
    "release_group_id": "0e0bab3c-25f1-3fae-b23e-0b92d25a7c3b",
    "labels": [],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Wray’s family farm’s converted chicken shack, they set up the speakers outside of the shack and stomped on the wooden floor in lieu of a drum kit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}