Information about plays

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

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

{
    "id": 3572829,
    "uri": "https://api.kexp.org/v2/plays/3572829/?format=api",
    "airdate": "2025-11-01T22:32:27-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad2ae782-2b3c-4291-b285-778b7ba8353f/15362527956-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad2ae782-2b3c-4291-b285-778b7ba8353f/15362527956-250.jpg",
    "song": "Amputated",
    "track_id": null,
    "recording_id": "2ec1d8d1-6a97-457d-8f43-d09a727248da",
    "artist": "LiveFastDie",
    "artist_ids": [
        "66630ed1-de92-43d1-a12d-1aa21862dab4"
    ],
    "album": "Bandana Thrash Record",
    "release_id": null,
    "release_group_id": "4356da00-2a73-47dd-b9ca-0044efaaaf7c",
    "labels": [
        "Dead Beat Records"
    ],
    "label_ids": [
        "d7ac6893-b390-44be-a317-747766784e3d"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Littleton, NH\n\nhttps://gethip.com/store/live-fast-die-bandana-thrash-record/\nhttps://shop.dead-beat-records.com/products/db63cd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}