Information about plays

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

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

{
    "id": 3575765,
    "uri": "https://api.kexp.org/v2/plays/3575765/?format=api",
    "airdate": "2025-11-08T22:40:02-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed88bdcf-b28b-4898-8bea-56c28ff86ff5/7222530644-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed88bdcf-b28b-4898-8bea-56c28ff86ff5/7222530644-250.jpg",
    "song": "Get Your Woofing Dog Off Me",
    "track_id": null,
    "recording_id": "e1d4d0ab-80fc-4c16-a127-9bb46843a5ed",
    "artist": "Jerks",
    "artist_ids": [
        "714c20d0-db39-42d7-9a43-2ad8d3faad1a"
    ],
    "album": "Get Your Woofing Dog Off Me",
    "release_id": null,
    "release_group_id": "7ed34710-bc9b-3535-bcd9-e7c388e9f5cd",
    "labels": [
        "Underground Records"
    ],
    "label_ids": [
        "ffc668dd-f685-4a67-be7f-ec74c7ac6ab8"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song about not liking dogs, but unlike Hey Taxi!, this one is more polite about it. It also leads into another song about dogs. Did I mention we love dogs?\n\nhttps://www.boredteenagers.co.uk/jerks.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}